perl-net-ip-xs updated to 0.09

This commit is contained in:
Cedric Girard 2012-11-21 23:47:15 +01:00
parent ca107515d5
commit 98ae64cc21
1 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@
_author=TOMHRR
_perlmod=Net-IP-XS
pkgname=perl-net-ip-xs
pkgver=0.07
pkgver=0.09
pkgrel=1
pkgdesc="XS implementation of Net::IP"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'gmp' 'perl-tie-hash-sorted' 'perl-tie-simple' 'perl-math-bigint' 'perl-ip-country')
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/T/TO/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('cfcbc1fd40e18de64a0c05df5ea37cc4')
source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('39e690dbefd0da0cc8c914bd253de751')
build() {
cd "$srcdir/$_perlmod-$pkgver"