summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Grieshaber2016-01-19 02:08:21 -0600
committerWilliam Grieshaber2016-01-19 02:08:21 -0600
commit42e01238d822ab51c3c0e627e1683d421b522c2d (patch)
tree63ff754dd9d0b8e50f81a3796cfaacbf8da2450d /PKGBUILD
parentfb67f1adeed5cee02bee72075dd406f2cf0f0688 (diff)
downloadaur-perl-iptables-parse.tar.gz
Update to 1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e67bf724b31b..57a83891e6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Anthony C <kurodroid.1@gmail.com>
+# Maintainer: William Grieshaber <me@zee.li>
+# Contributor: Anthony C <kurodroid.1@gmail.com>
# Contributor: Weirch Sodora <sodora@gmail.com>
pkgname=perl-iptables-parse
_pkgname=IPTables-Parse
-pkgver=1.5
-pkgrel=0
+pkgver=1.6.1
+pkgrel=1
pkgdesc="IPTables::Parse - Perl extension for parsing iptables and ip6tables firewall rulesets"
arch=('any')
url="http://search.cpan.org/~mrash/IPTables-Parse/"
@@ -12,7 +13,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl' 'iptables')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/M/MR/MRASH/$_pkgname-$pkgver.tar.gz)
-md5sums=('009e1bd3cfa0621d26c63d1e75ede8f3')
+sha512sums=('7638665e34f06771519bc8989ad57b6308c5efb39ecb32f3f6f208d0ece1675f499452f4b4b5b2ddd25109abecbdb5015e4441431defa8688f33f9eb2ad921eb')
build() {
cd $_pkgname-$pkgver