diff options
Diffstat (limited to 'community/ipset')
-rw-r--r-- | community/ipset/PKGBUILD | 10 |
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 } |