From 7de0a9c21ecdb7becae761d7c9f2e723cb9ae0d3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Jan 2012 23:14:55 +0000 Subject: Tue Jan 17 23:14:54 UTC 2012 --- community/ipset/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'community/ipset/PKGBUILD') diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD index 09eb63959..ac95e6229 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 59646 2011-11-29 01:17:13Z seblu $ -# Maintainer: Sebastien Luttringer +# $Id: PKGBUILD 62118 2012-01-16 09:00:54Z seblu $ +# Maintainer: Sébastien Luttringer pkgname=ipset -pkgver=6.10 +pkgver=6.11 pkgrel=1 pkgdesc='Administration tool for IP sets' arch=('i686' 'x86_64') @@ -11,12 +11,11 @@ license=('GPL2') depends=('libmnl') makedepends=('linux-headers') source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2") -md5sums=('2dc677ab126269d09db5cd908c045591') +md5sums=('bfcc92e30a0fcf10ae6e7c4affa03c84') build() { cd $pkgname-$pkgver - ./autogen.sh - ./configure --prefix=/usr + ./configure --prefix=/usr --with-kmod=no make } -- cgit v1.2.3-54-g00ecf