diff options
Diffstat (limited to 'main/perl-test-requires/APKBUILD')
-rw-r--r-- | main/perl-test-requires/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-test-requires/APKBUILD b/main/perl-test-requires/APKBUILD index a4238e08d1..3b1b60f080 100644 --- a/main/perl-test-requires/APKBUILD +++ b/main/perl-test-requires/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-test-requires _pkgreal=Test-Requires pkgver=0.10 -pkgrel=0 +pkgrel=1 pkgdesc="Checks to see if the module can be loaded" -url="http://search.cpan.org/dist/Test-Requires/" +url="https://metacpan.org/release/Test-Requires/" 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/T/TO/TOKUHIROM/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" |