summaryrefslogtreecommitdiff
path: root/community/ipset/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
committerroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
commit7c151ac5589d3dbef5972f69a62b847ecf565bfa (patch)
tree9450bd13169930e602731e9c431b79fdaaad2c02 /community/ipset/PKGBUILD
parent38b1ce25596ae456fefb3214a73c3d1005da568f (diff)
Wed Oct 30 01:01:59 PDT 2013
Diffstat (limited to 'community/ipset/PKGBUILD')
-rw-r--r--community/ipset/PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD
index 5ec207883..e62823d19 100644
--- a/community/ipset/PKGBUILD
+++ b/community/ipset/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 98882 2013-10-21 00:55:51Z seblu $
+# $Id: PKGBUILD 99568 2013-10-29 21:15:35Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=ipset
-pkgver=6.20
-pkgrel=2
+pkgver=6.20.1
+pkgrel=1
pkgdesc='Administration tool for IP sets'
arch=('i686' 'x86_64')
url='http://ipset.netfilter.org'
@@ -11,17 +11,10 @@ license=('GPL2')
depends=('libmnl')
backup=("etc/$pkgname.conf")
source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
- '01-Fix-configure-failure-when-with-kmod.patch'
"$pkgname.service")
-md5sums=('af28b3af356fff3e4a8e321ff7145678'
- '5569fd4ee93acac4ae01d091002cc2f5'
+md5sums=('8af741492752fbf24d3a28a9d1473d40'
'6be6a2b34c1f38fc8ad60828403e2077')
-prepare() {
- patch -p1 -d $pkgname-$pkgver < 01-Fix-configure-failure-when-with-kmod.patch
- cd $pkgname-$pkgver && ./autogen.sh
-}
-
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no