diff options
Diffstat (limited to 'main/perl-extutils-config/APKBUILD')
-rw-r--r-- | main/perl-extutils-config/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-extutils-config/APKBUILD b/main/perl-extutils-config/APKBUILD index df6457746b..7326b6a842 100644 --- a/main/perl-extutils-config/APKBUILD +++ b/main/perl-extutils-config/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-extutils-config _pkgreal=ExtUtils-Config pkgver=0.008 -pkgrel=0 +pkgrel=1 pkgdesc="A wrapper for perl's configuration" -url="http://search.cpan.org/dist/ExtUtils-Config/" +url="https://metacpan.org/release/ExtUtils-Config/" 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/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" |