aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-test-base/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-test-base/APKBUILD')
-rw-r--r--community/perl-test-base/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-test-base/APKBUILD b/community/perl-test-base/APKBUILD
index d738fef6ea..b40fc0bcc2 100644
--- a/community/perl-test-base/APKBUILD
+++ b/community/perl-test-base/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-test-base
_pkgreal=Test-Base
pkgver=0.89
-pkgrel=0
+pkgrel=1
pkgdesc="A Data Driven Testing Framework"
-url="http://search.cpan.org/dist/Test-Base/"
+url="https://metacpan.org/release/Test-Base/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-spiffy"
@@ -14,7 +14,7 @@ cpanmakedepends=" perl-text-diff perl-algorithm-diff "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/I/IN/INGY/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/I/IN/INGY/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {