summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fca1d127841..4c5c38520d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_author=TOMHRR
_perlmod=Net-IP-XS
pkgname=perl-net-ip-xs
-pkgver=0.16
+pkgver=0.21
pkgrel=1
pkgdesc="XS implementation of Net::IP"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="https://metacpan.org/release/$_perlmod"
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=('01e9e5be15b2a643274aadbc1269cbfe')
+source=(https://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
+md5sums=('d669d8d92dc5de8aea15a0c1fa6f432d')
build() {
cd "$srcdir/$_perlmod-$pkgver"