summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-06-04 23:00:18 -0600
committerBrian Bidulock2015-07-16 03:04:20 -0600
commit5fb1b773846bd91482a3d9e56c4bc88dc4a6ace8 (patch)
tree59f7684075237807bf1d73854b562bb5f1cbab00
parent130acb36351b5821b457d2ded7c67ab5ee67e53c (diff)
downloadaur-5fb1b773846bd91482a3d9e56c4bc88dc4a6ace8.tar.gz
version 1.9019-1
-rw-r--r--.AURINFO13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
3 files changed, 21 insertions, 10 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..5615454547d0
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,13 @@
+pkgbase = perl-net-netmask
+ pkgdesc = Parse, manipulate and lookup IP network blocks.
+ pkgver = 1.9019
+ pkgrel = 1
+ url = https://metacpan.org/release/Net-Netmask
+ arch = any
+ license = GPL
+ license = PerlArtistic
+ source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9019.tar.gz
+ options = !emptydirs
+
+pkgname = perl-net-netmask
+
diff --git a/.SRCINFO b/.SRCINFO
index a9cde3cd27fa..9ecc7ec31eb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = perl-net-netmask
pkgdesc = Parse, manipulate and lookup IP network blocks.
- pkgver = 1.9016
+ pkgver = 1.9019
pkgrel = 1
url = https://metacpan.org/release/Net-Netmask
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
license = PerlArtistic
- depends = perl
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9016.tar.gz
- md5sums = 174606b568f8545b8968aecf50ba7a37
+ source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9019.tar.gz
+ md5sums = 406995de27f55980f50f0bfbeb3c2d27
pkgname = perl-net-netmask
diff --git a/PKGBUILD b/PKGBUILD
index 93bcf2e36364..bb3ad594caa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=perl-net-netmask
_cpanname=Net-Netmask
_module=Net::Netmask
-pkgver=1.9016
+pkgver=1.9019
pkgrel=1
pkgdesc="Parse, manipulate and lookup IP network blocks."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://metacpan.org/release/$_cpanname"
license=('GPL' 'PerlArtistic')
-depends=('perl')
+depends=()
options=('!emptydirs')
source=("http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('174606b568f8545b8968aecf50ba7a37')
+md5sums=('406995de27f55980f50f0bfbeb3c2d27')
build() {
cd "$srcdir/$_cpanname-$pkgver"