NET::IP::XS update

This commit is contained in:
Cedric Girard 2014-09-08 10:01:25 +02:00
parent c247b3656d
commit 38a7964187
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_author=TOMHRR
_perlmod=Net-IP-XS
pkgname=perl-net-ip-xs
pkgver=0.11
pkgver=0.13
pkgrel=1
pkgdesc="XS implementation of Net::IP"
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ 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=('0696651231b8b1f3629c1428c1157636')
md5sums=('a427513d578c13ac5d10c4a357934395')
build() {
cd "$srcdir/$_perlmod-$pkgver"