diff options
Diffstat (limited to 'main/perl-getopt-long/APKBUILD')
-rw-r--r-- | main/perl-getopt-long/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-getopt-long/APKBUILD b/main/perl-getopt-long/APKBUILD index 558c5f5b74..d3c1daa4d7 100644 --- a/main/perl-getopt-long/APKBUILD +++ b/main/perl-getopt-long/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-getopt-long _pkgreal=Getopt-Long pkgver=2.51 -pkgrel=0 +pkgrel=1 pkgdesc="Module to handle parsing command line options" -url="http://search.cpan.org/dist/Getopt-Long/" +url="https://metacpan.org/release/Getopt-Long/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/J/JV/JV/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/J/JV/JV/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |