diff options
Diffstat (limited to 'community/perl-net-iptrie/APKBUILD')
-rw-r--r-- | community/perl-net-iptrie/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-net-iptrie/APKBUILD b/community/perl-net-iptrie/APKBUILD index e8f3c706c6..6c1c9740b9 100644 --- a/community/perl-net-iptrie/APKBUILD +++ b/community/perl-net-iptrie/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-net-iptrie _pkgreal=Net-IPTrie pkgver=0.7 -pkgrel=2 +pkgrel=3 pkgdesc="Perl module for building IPv4 and IPv6 address space hierarchies" -url="http://search.cpan.org/dist/Net-IPTrie/" +url="https://metacpan.org/release/Net-IPTrie/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-netaddr-ip perl-module-build" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/C/CV/CVICENTE/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/C/CV/CVICENTE/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |