aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-module-implementation/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-module-implementation/APKBUILD')
-rw-r--r--main/perl-module-implementation/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-module-implementation/APKBUILD b/main/perl-module-implementation/APKBUILD
index 21ea82a255..12f05c608a 100644
--- a/main/perl-module-implementation/APKBUILD
+++ b/main/perl-module-implementation/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-module-implementation
_pkgreal=Module-Implementation
pkgver=0.09
-pkgrel=1
+pkgrel=2
pkgdesc="Loads one of several alternate underlying implementations for a module"
-url="http://search.cpan.org/dist/Module-Implementation/"
+url="https://metacpan.org/release/Module-Implementation/"
arch="noarch"
license="Artistic-2.0"
cpandepends="perl-module-runtime perl-try-tiny perl-test-taint"
@@ -14,7 +14,7 @@ cpanmakedepends="perl-test-fatal perl-test-requires "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
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"