diff options
Diffstat (limited to 'community/perl-getopt-argvfile')
-rw-r--r-- | community/perl-getopt-argvfile/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-getopt-argvfile/APKBUILD b/community/perl-getopt-argvfile/APKBUILD index 0efb3cd1d0..fb415f2b1f 100644 --- a/community/perl-getopt-argvfile/APKBUILD +++ b/community/perl-getopt-argvfile/APKBUILD @@ -3,9 +3,9 @@ pkgname=perl-getopt-argvfile pkgver=1.11 _realname=Getopt-ArgvFile-$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="Interpolates script options from files into @ARGV or another array" -url="http://search.cpan.org/dist/Getopt-ArgvFile/" +url="https://metacpan.org/release/Getopt-ArgvFile/" arch="noarch" license="GPL PerlArtistic" cpandepends="" @@ -13,7 +13,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/J/JS/JSTENZEL/$_realname.tar.gz" +source="https://cpan.metacpan.org/authors/id/J/JS/JSTENZEL/$_realname.tar.gz" builddir="$srcdir/$_realname" |