update perl-net-ip-xs PKGBUILD to 0.11

This commit is contained in:
Cedric Girard 2013-07-10 17:42:21 +02:00
parent a455ec3c14
commit eed166e9dc
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
pkgbase = perl-net-ip-xs
pkgdesc = XS implementation of Net::IP
pkgver = 0.10
pkgver = 0.11
pkgrel = 1
url = http://search.cpan.org/~TOMHRR/Net-IP-XS-0.10/
url = http://search.cpan.org/~TOMHRR/Net-IP-XS-0.11/
arch = i686
arch = x86_64
license = GPL
@ -13,8 +13,8 @@ pkgbase = perl-net-ip-xs
depends = perl-ip-country
depends = perl-io-capture
options = !emptydirs
source = http://cpan.perl.org/modules/by-authors/id/T/TO/TOMHRR/Net-IP-XS-0.10.tar.gz
md5sums = 7b230a230f82bde8a2b9030f82a02a8e
source = http://cpan.perl.org/modules/by-authors/id/T/TO/TOMHRR/Net-IP-XS-0.11.tar.gz
md5sums = 0696651231b8b1f3629c1428c1157636
pkgname = perl-net-ip-xs

View file

@ -2,7 +2,7 @@
_author=TOMHRR
_perlmod=Net-IP-XS
pkgname=perl-net-ip-xs
pkgver=0.10
pkgver=0.11
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=('7b230a230f82bde8a2b9030f82a02a8e')
md5sums=('0696651231b8b1f3629c1428c1157636')
build() {
cd "$srcdir/$_perlmod-$pkgver"