summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:24:25 -0600
committerBrian Bidulock2015-07-16 03:04:20 -0600
commit130acb36351b5821b457d2ded7c67ab5ee67e53c (patch)
treeabb67e87c2e596e60e8641ecf7fb622af2f690c8
parentbf7076b4191ccd8621b6cf45dfd6e2ca84621f8b (diff)
downloadaur-130acb36351b5821b457d2ded7c67ab5ee67e53c.tar.gz
version 1.9016-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ecc7ec31eb5..a9cde3cd27fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = perl-net-netmask
pkgdesc = Parse, manipulate and lookup IP network blocks.
- pkgver = 1.9019
+ pkgver = 1.9016
pkgrel = 1
url = https://metacpan.org/release/Net-Netmask
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
license = PerlArtistic
+ depends = perl
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9019.tar.gz
- md5sums = 406995de27f55980f50f0bfbeb3c2d27
+ source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9016.tar.gz
+ md5sums = 174606b568f8545b8968aecf50ba7a37
pkgname = perl-net-netmask
diff --git a/PKGBUILD b/PKGBUILD
index bb3ad594caa9..93bcf2e36364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=perl-net-netmask
_cpanname=Net-Netmask
_module=Net::Netmask
-pkgver=1.9019
+pkgver=1.9016
pkgrel=1
pkgdesc="Parse, manipulate and lookup IP network blocks."
-arch=('any')
+arch=('i686' 'x86_64')
url="https://metacpan.org/release/$_cpanname"
license=('GPL' 'PerlArtistic')
-depends=()
+depends=('perl')
options=('!emptydirs')
source=("http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('406995de27f55980f50f0bfbeb3c2d27')
+md5sums=('174606b568f8545b8968aecf50ba7a37')
build() {
cd "$srcdir/$_cpanname-$pkgver"