summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2017-04-18 13:52:40 +1000
committerPhillip Smith2017-04-18 13:52:40 +1000
commitd0faad28647c90932aa11fe872863d30b4bcbff7 (patch)
treef52efc38bb338b9fe78c46c881c13fd04342dbf0 /PKGBUILD
parent22d68093b565eea19a861f2ddd9b1aba6abf3625 (diff)
downloadaur-perl-iptables-rule.tar.gz
upgpkg: perl-iptables-rule 0.03-1
upstream release perl-iptables-rule; bump to 0.03
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d0f2b4a54a1..21bc57ba917c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phillip Smith <pkgbuild@phs.id.au>
pkgname=perl-iptables-rule
-pkgver=0.01
+pkgver=0.03
pkgrel=1
pkgdesc="Perl extension for holding iptables rule information in objects"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHILLIPS/IPTables-Rule-$pkgver.tar.gz")
-md5sums=('5105e0d0bd1e360a9b1351f55f1aee85')
+md5sums=('0d5bcfa3a9de84d50d909e779750dbd1')
build() {
cd "$srcdir"/IPTables-Rule-$pkgver