diff options
author | root <root@rshg054.dnsready.net> | 2013-10-22 01:11:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-22 01:11:27 -0700 |
commit | d5839dd449651d7781de570240f3d0a1a9162320 (patch) | |
tree | 59a51057ead59eda118056ff05b1e2b941fa356b /community/ipset | |
parent | 61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff) |
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'community/ipset')
-rw-r--r-- | community/ipset/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD index 8bc0b969f..5ec207883 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 98863 2013-10-20 19:57:37Z seblu $ +# $Id: PKGBUILD 98882 2013-10-21 00:55:51Z seblu $ # Maintainer: Sébastien Luttringer pkgname=ipset pkgver=6.20 -pkgrel=1 +pkgrel=2 pkgdesc='Administration tool for IP sets' arch=('i686' 'x86_64') url='http://ipset.netfilter.org' license=('GPL2') depends=('libmnl') backup=("etc/$pkgname.conf") -options=('!libtool') source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2" '01-Fix-configure-failure-when-with-kmod.patch' "$pkgname.service") |