diff options
Diffstat (limited to 'main/perl-params-validate/APKBUILD')
-rw-r--r-- | main/perl-params-validate/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-params-validate/APKBUILD b/main/perl-params-validate/APKBUILD index 5156eb73ee..196d8018aa 100644 --- a/main/perl-params-validate/APKBUILD +++ b/main/perl-params-validate/APKBUILD @@ -3,9 +3,9 @@ pkgname=perl-params-validate _pkgreal=Params-Validate pkgver=1.29 -pkgrel=2 +pkgrel=3 pkgdesc="Validate method/function parameters" -url="http://search.cpan.org/dist/Params-Validate/" +url="https://metacpan.org/release/Params-Validate/" arch="all" license="Artistic-2.0" cpandepends="perl-module-implementation" @@ -13,7 +13,7 @@ cpanmakedepends="perl-test-fatal perl-module-implementation perl-test-requires" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |