aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-test-easy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-test-easy/APKBUILD')
-rw-r--r--community/perl-test-easy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-test-easy/APKBUILD b/community/perl-test-easy/APKBUILD
index a283b9b57c..0f99ddeb52 100644
--- a/community/perl-test-easy/APKBUILD
+++ b/community/perl-test-easy/APKBUILD
@@ -3,9 +3,9 @@
pkgname=perl-test-easy
_pkgreal=Test-Easy
pkgver=1.11
-pkgrel=0
+pkgrel=1
pkgdesc="facilitates easy testing patterns"
-url="http://search.cpan.org/dist/Test-Easy/"
+url="https://metacpan.org/release/Test-Easy/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-functional-utility perl-data-denter perl-hash-mostutils perl-test-resub perl-data-difflet"
@@ -13,7 +13,7 @@ cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/B/BE/BELDEN/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/B/BE/BELDEN/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"