summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2015-03-17 11:22:58 +0100
committerCedric Girard2015-03-17 11:22:58 +0100
commit5bf5166410462787b3aba9434939bac8dcffa43a (patch)
treea7301fadd0112d2948cf90f2b7b5e2af2b444500 /PKGBUILD
parent5e44ae5878d07282e390e2650dc66f55524e196b (diff)
downloadaur-5bf5166410462787b3aba9434939bac8dcffa43a.tar.gz
NET::IP::XS PKGBUILD updated to 0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12ab3e7eafc9..40c58200cffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_author=TOMHRR
_perlmod=Net-IP-XS
pkgname=perl-net-ip-xs
-pkgver=0.13
+pkgver=0.15
pkgrel=1
pkgdesc="XS implementation of Net::IP"
arch=('i686' 'x86_64')
-url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/"
+url="https://metacpan.org/release/$_perlmod"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-tie-simple' 'perl-math-bigint' 'perl-ip-country' 'perl-io-capture')
options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
-md5sums=('a427513d578c13ac5d10c4a357934395')
+md5sums=('c54615bcfe14306b8e125529f93baefd')
build() {
cd "$srcdir/$_perlmod-$pkgver"