aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-module-pluggable/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-module-pluggable/APKBUILD')
-rw-r--r--main/perl-module-pluggable/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-module-pluggable/APKBUILD b/main/perl-module-pluggable/APKBUILD
index 6fce472ca57..0a9f148fd9c 100644
--- a/main/perl-module-pluggable/APKBUILD
+++ b/main/perl-module-pluggable/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-module-pluggable
_pkgreal=Module-Pluggable
pkgver=5.2
-pkgrel=0
+pkgrel=1
pkgdesc="automatically give your module the ability to have plugins"
-url="http://search.cpan.org/dist/Module-Pluggable/"
+url="https://metacpan.org/release/Module-Pluggable/"
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/S/SI/SIMONW/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/S/SI/SIMONW/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"