summaryrefslogtreecommitdiff
path: root/community/ipset
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-29 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2011-11-29 23:14:46 +0000
commit946f0c9fe48dfb648a8a0be065e92f237ce210fd (patch)
tree13387ae15c5ab9a50acdaa6ab02a076319c19047 /community/ipset
parent83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff)
Tue Nov 29 23:14:46 UTC 2011
Diffstat (limited to 'community/ipset')
-rw-r--r--community/ipset/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD
index edabb23c9..09eb63959 100644
--- a/community/ipset/PKGBUILD
+++ b/community/ipset/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 59544 2011-11-28 00:43:00Z seblu $
+# $Id: PKGBUILD 59646 2011-11-29 01:17:13Z seblu $
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
pkgname=ipset
-pkgver=6.9.1
-pkgrel=2
+pkgver=6.10
+pkgrel=1
pkgdesc='Administration tool for IP sets'
arch=('i686' 'x86_64')
url='http://ipset.netfilter.org'
@@ -11,12 +11,12 @@ license=('GPL2')
depends=('libmnl')
makedepends=('linux-headers')
source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2")
-md5sums=('71f4b826e025be5918a52e9843673167')
+md5sums=('2dc677ab126269d09db5cd908c045591')
build() {
cd $pkgname-$pkgver
./autogen.sh
- ./configure --prefix=/usr --with-kbuild=/lib/modules/$(pacman -Qi linux-headers|sed -rn 's,Version[[:space:]]*:[[:space:]]*(.*),\1,p')-ARCH/build
+ ./configure --prefix=/usr
make
}