NET::IP::XS PKGBUILD updated to 0.15

This commit is contained in:
Cedric Girard 2015-03-17 11:22:58 +01:00
parent 5e44ae5878
commit 5bf5166410
2 changed files with 7 additions and 7 deletions

View file

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

View file

@ -2,16 +2,16 @@
_author=TOMHRR _author=TOMHRR
_perlmod=Net-IP-XS _perlmod=Net-IP-XS
pkgname=perl-net-ip-xs pkgname=perl-net-ip-xs
pkgver=0.13 pkgver=0.15
pkgrel=1 pkgrel=1
pkgdesc="XS implementation of Net::IP" pkgdesc="XS implementation of Net::IP"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/" url="https://metacpan.org/release/$_perlmod"
license=('GPL' 'PerlArtistic') license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-tie-simple' 'perl-math-bigint' 'perl-ip-country' 'perl-io-capture') depends=('perl>=5.10.0' 'perl-tie-simple' 'perl-math-bigint' 'perl-ip-country' 'perl-io-capture')
options=(!emptydirs) options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) 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() { build() {
cd "$srcdir/$_perlmod-$pkgver" cd "$srcdir/$_perlmod-$pkgver"