diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/perl-iptables-parse/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/perl-iptables-parse/PKGBUILD b/pcr/perl-iptables-parse/PKGBUILD index 64e85e6ee..f2e725775 100644 --- a/pcr/perl-iptables-parse/PKGBUILD +++ b/pcr/perl-iptables-parse/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=perl-iptables-parse -pkgver=1.4 +pkgver=1.6.1 pkgrel=1 pkgdesc="IPTables::Parse - Perl extension for parsing iptables and ip6tables firewall rulesets" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('Artistic2.0') depends=('perl' 'iptables') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/M/MR/MRASH/IPTables-Parse-$pkgver.tar.gz) -md5sums=(bb8239ab098d90d9e83ed4402b0242b0) +md5sums=('72299f0ab6e10a51837a48d51728a6f7') build() { cd $srcdir/IPTables-Parse-$pkgver |