diff options
Diffstat (limited to 'community/perl-test-resub')
-rw-r--r-- | community/perl-test-resub/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-test-resub/APKBUILD b/community/perl-test-resub/APKBUILD index 922410fc37..8e63d30f63 100644 --- a/community/perl-test-resub/APKBUILD +++ b/community/perl-test-resub/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-test-resub _pkgreal=Test-Resub pkgver=2.03 -pkgrel=1 +pkgrel=2 pkgdesc="Lexically scoped monkey patching for testing" -url="http://search.cpan.org/dist/Test-Resub/" +url="https://metacpan.org/release/Test-Resub/" 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/K/KO/KOLYA/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/K/KO/KOLYA/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |