From 25a1081fc170fc16e223428ab3257fdbf70a8ef1 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 25 Mar 2013 14:01:47 +0100 Subject: [PATCH] Net::IP::XS updated to 0.10 --- pkgbuild/perl-net-ip-xs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgbuild/perl-net-ip-xs/PKGBUILD b/pkgbuild/perl-net-ip-xs/PKGBUILD index 4fa4b46..5e520a6 100644 --- a/pkgbuild/perl-net-ip-xs/PKGBUILD +++ b/pkgbuild/perl-net-ip-xs/PKGBUILD @@ -2,7 +2,7 @@ _author=TOMHRR _perlmod=Net-IP-XS pkgname=perl-net-ip-xs -pkgver=0.09 +pkgver=0.10 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=('39e690dbefd0da0cc8c914bd253de751') +md5sums=('7b230a230f82bde8a2b9030f82a02a8e') build() { cd "$srcdir/$_perlmod-$pkgver"