upgpkg: perl-net-ip-xs 0.21-1

upstream release
This commit is contained in:
Cedric Girard 2021-11-15 11:29:50 +01:00
parent 8d0db8e074
commit 855f4a79ca
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 6 additions and 9 deletions

View File

@ -1,8 +1,6 @@
# Generated by mksrcinfo v8
# Tue Nov 24 10:19:27 UTC 2015
pkgbase = perl-net-ip-xs pkgbase = perl-net-ip-xs
pkgdesc = XS implementation of Net::IP pkgdesc = XS implementation of Net::IP
pkgver = 0.16 pkgver = 0.21
pkgrel = 1 pkgrel = 1
url = https://metacpan.org/release/Net-IP-XS url = https://metacpan.org/release/Net-IP-XS
arch = i686 arch = i686
@ -15,8 +13,7 @@ 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.16.tar.gz source = https://cpan.perl.org/modules/by-authors/id/T/TO/TOMHRR/Net-IP-XS-0.21.tar.gz
md5sums = 01e9e5be15b2a643274aadbc1269cbfe md5sums = d669d8d92dc5de8aea15a0c1fa6f432d
pkgname = perl-net-ip-xs pkgname = perl-net-ip-xs

View File

@ -2,7 +2,7 @@
_author=TOMHRR _author=TOMHRR
_perlmod=Net-IP-XS _perlmod=Net-IP-XS
pkgname=perl-net-ip-xs pkgname=perl-net-ip-xs
pkgver=0.16 pkgver=0.21
pkgrel=1 pkgrel=1
pkgdesc="XS implementation of Net::IP" pkgdesc="XS implementation of Net::IP"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -10,8 +10,8 @@ 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=(https://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('01e9e5be15b2a643274aadbc1269cbfe') md5sums=('d669d8d92dc5de8aea15a0c1fa6f432d')
build() { build() {
cd "$srcdir/$_perlmod-$pkgver" cd "$srcdir/$_perlmod-$pkgver"