aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-extutils-libbuilder/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-extutils-libbuilder/APKBUILD')
-rw-r--r--community/perl-extutils-libbuilder/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-extutils-libbuilder/APKBUILD b/community/perl-extutils-libbuilder/APKBUILD
index 70ba7c51f0..64a805ca93 100644
--- a/community/perl-extutils-libbuilder/APKBUILD
+++ b/community/perl-extutils-libbuilder/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-extutils-libbuilder
_pkgreal=ExtUtils-LibBuilder
pkgver=0.08
-pkgrel=1
+pkgrel=2
pkgdesc="Perl module for ExtUtils-LibBuilder"
-url="http://search.cpan.org/dist/ExtUtils-LibBuilder/"
+url="https://metacpan.org/release/ExtUtils-LibBuilder/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
@@ -14,7 +14,7 @@ cpanmakedepends="perl-module-build"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends perl-test-pod perl-test-pod-coverage"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/A/AM/AMBS/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {