[arch-commits] Commit in ipset/trunk (PKGBUILD)

2020-12-21 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 21, 2020 @ 09:33:22
  Author: seblu
Revision: 404721

upgpkg: ipset 7.10-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 04:27:23 UTC (rev 404720)
+++ PKGBUILD2020-12-21 09:33:22 UTC (rev 404721)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.9
+pkgver=7.10
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2020-12-11 Thread Sébastien Luttringer via arch-commits
Date: Friday, December 11, 2020 @ 09:02:49
  Author: seblu
Revision: 403966

upgpkg: ipset 7.9-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:00:44 UTC (rev 403965)
+++ PKGBUILD2020-12-11 09:02:49 UTC (rev 403966)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.7
+pkgver=7.9
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2020-10-23 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 23, 2020 @ 22:26:05
  Author: seblu
Revision: 398766

upgpkg: ipset 7.7-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-23 22:03:37 UTC (rev 398765)
+++ PKGBUILD2020-10-23 22:26:05 UTC (rev 398766)
@@ -1,11 +1,11 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.6
-pkgrel=2
+pkgver=7.7
+pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
-url='http://ipset.netfilter.org/'
+url='https://netfilter.org/projects/ipset/'
 license=('GPL2')
 makedepends=('git')
 depends=('glibc' 'libmnl')


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2020-04-01 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, April 1, 2020 @ 23:20:33
  Author: seblu
Revision: 379078

upgpkg: ipset 7.6-2

Implement FS#64616

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-01 22:06:17 UTC (rev 379077)
+++ PKGBUILD2020-04-01 23:20:33 UTC (rev 379078)
@@ -2,7 +2,7 @@
 
 pkgname=ipset
 pkgver=7.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
 url='http://ipset.netfilter.org/'
@@ -12,8 +12,8 @@
 backup=("etc/$pkgname.conf")
 source=("git://git.netfilter.org/ipset.git#tag=v$pkgver"
 "$pkgname.service")
-md5sums=('SKIP'
- 'e20fe62881993078591f1bb8b2fa22bb')
+sha256sums=('SKIP'
+'5a0e326a80fd5ab2d9545faa1189b647cc866c9568ab6a9dd0833ba5863f39ce')
 
 prepare() {
   cd $pkgname
@@ -21,7 +21,7 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
+  echo "Applying patch ${filename##*/}"
   patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
@@ -49,6 +49,9 @@
 "$pkgdir/usr/lib/systemd/system/$pkgname.service"
   # default config file
   install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+  # bash completion
+  install -Dm 644 ipset/utils/ipset_bash_completion/ipset \
+"$pkgdir/usr/share/bash-completion/completions/ipset"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2020-02-24 Thread Sébastien Luttringer via arch-commits
Date: Monday, February 24, 2020 @ 16:03:52
  Author: seblu
Revision: 376148

upgpkg: ipset 7.6-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 14:56:02 UTC (rev 376147)
+++ PKGBUILD2020-02-24 16:03:52 UTC (rev 376148)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.4
+pkgver=7.6
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2019-12-02 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 12:32:21
  Author: seblu
Revision: 370206

upgpkg: ipset 7.4-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 12:29:10 UTC (rev 370205)
+++ PKGBUILD2019-12-02 12:32:21 UTC (rev 370206)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.3
+pkgver=7.4
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2019-07-27 Thread Sébastien Luttringer via arch-commits
Date: Saturday, July 27, 2019 @ 22:40:55
  Author: seblu
Revision: 358669

upgpkg: ipset 7.3-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 22:38:30 UTC (rev 358668)
+++ PKGBUILD2019-07-27 22:40:55 UTC (rev 358669)
@@ -7,6 +7,7 @@
 arch=('x86_64')
 url='http://ipset.netfilter.org/'
 license=('GPL2')
+makedepends=('git')
 depends=('glibc' 'libmnl')
 backup=("etc/$pkgname.conf")
 source=("git://git.netfilter.org/ipset.git#tag=v$pkgver"


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2019-07-27 Thread Sébastien Luttringer via arch-commits
Date: Saturday, July 27, 2019 @ 22:33:35
  Author: seblu
Revision: 358665

upgpkg: ipset 7.3-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-27 22:28:03 UTC (rev 358664)
+++ PKGBUILD2019-07-27 22:33:35 UTC (rev 358665)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.2
+pkgver=7.3
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -9,13 +9,13 @@
 license=('GPL2')
 depends=('glibc' 'libmnl')
 backup=("etc/$pkgname.conf")
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
+source=("git://git.netfilter.org/ipset.git#tag=v$pkgver"
 "$pkgname.service")
-md5sums=('9eef4a237f9ccec48744836ee1497dba'
+md5sums=('SKIP'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   # apply patch from the source array (should be a pacman feature)
   local filename
   for filename in "${source[@]}"; do
@@ -25,18 +25,17 @@
 fi
   done
   :
-  # needed because we patch configure.ac (TO BE REMOVED)
-  ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  ./autogen.sh
   ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
   make
 }
 
 package() {
-  pushd $pkgname-$pkgver
+  pushd $pkgname
   make DESTDIR="$pkgdir" install
   # install doc
   install -dm755 "$pkgdir/usr/share/doc/$pkgname"


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2019-06-16 Thread Sébastien Luttringer via arch-commits
Date: Sunday, June 16, 2019 @ 19:59:59
  Author: seblu
Revision: 356206

upgpkg: ipset 7.2-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-16 19:51:30 UTC (rev 356205)
+++ PKGBUILD2019-06-16 19:59:59 UTC (rev 356206)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.1
+pkgver=7.2
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('72b477d1ce076d681b0799f88280f2f3'
+md5sums=('9eef4a237f9ccec48744836ee1497dba'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2018-12-13 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 13, 2018 @ 12:32:47
  Author: seblu
Revision: 341854

upgpkg: ipset 7.1-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-13 12:32:08 UTC (rev 341853)
+++ PKGBUILD2018-12-13 12:32:47 UTC (rev 341854)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.0
+pkgver=7.1
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('64c4e2e7123481c9db7ee1df127d9531'
+md5sums=('72b477d1ce076d681b0799f88280f2f3'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2018-11-07 Thread Sébastien Luttringer via arch-commits
Date: Thursday, November 8, 2018 @ 05:10:12
  Author: seblu
Revision: 338057

upgpkg: ipset 7.0-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 04:57:05 UTC (rev 338056)
+++ PKGBUILD2018-11-08 05:10:12 UTC (rev 338057)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.38
+pkgver=7.0
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('0e5d9c85f6b78e7dff0c996e2900574b'
+md5sums=('64c4e2e7123481c9db7ee1df127d9531'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {
@@ -35,10 +35,6 @@
   make
 }
 
-check() {
-  $pkgname-$pkgver/src/ipset version
-}
-
 package() {
   pushd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2018-04-17 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, April 17, 2018 @ 22:36:51
  Author: seblu
Revision: 322014

upgpkg: ipset 6.38-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-17 22:36:50 UTC (rev 322013)
+++ PKGBUILD2018-04-17 22:36:51 UTC (rev 322014)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.36
+pkgver=6.38
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('fda041afefd581464e445b87beeb0681'
+md5sums=('0e5d9c85f6b78e7dff0c996e2900574b'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2018-03-04 Thread Sébastien Luttringer via arch-commits
Date: Monday, March 5, 2018 @ 03:33:26
  Author: seblu
Revision: 317834

upgpkg: ipset 6.36-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-05 03:32:23 UTC (rev 317833)
+++ PKGBUILD2018-03-05 03:33:26 UTC (rev 317834)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.35
+pkgver=6.36
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('8ffd6f69be4cf4d67a584163965b8701'
+md5sums=('fda041afefd581464e445b87beeb0681'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2018-01-07 Thread Sébastien Luttringer via arch-commits
Date: Sunday, January 7, 2018 @ 19:57:43
  Author: seblu
Revision: 314250

upgpkg: ipset 6.35-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-07 19:51:53 UTC (rev 314249)
+++ PKGBUILD2018-01-07 19:57:43 UTC (rev 314250)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.34
+pkgver=6.35
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('51bd03f976a1501fd45e1d71a1e2e6bf'
+md5sums=('8ffd6f69be4cf4d67a584163965b8701'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2017-09-24 Thread Sébastien Luttringer
Date: Monday, September 25, 2017 @ 04:55:54
  Author: seblu
Revision: 306210

upgpkg: ipset 6.34-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-25 04:42:56 UTC (rev 306209)
+++ PKGBUILD2017-09-25 04:55:54 UTC (rev 306210)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.33
+pkgver=6.34
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('852d05822b2124d9240f4cdb34c0a36e'
+md5sums=('51bd03f976a1501fd45e1d71a1e2e6bf'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2017-09-20 Thread Sébastien Luttringer
Date: Wednesday, September 20, 2017 @ 08:24:00
  Author: seblu
Revision: 305898

upgpkg: ipset 6.33-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 08:23:51 UTC (rev 305897)
+++ PKGBUILD2017-09-20 08:24:00 UTC (rev 305898)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.32
+pkgver=6.33
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('857a5c6a6d645196865a82bf6fd7f567'
+md5sums=('852d05822b2124d9240f4cdb34c0a36e'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2017-03-19 Thread Sébastien Luttringer
Date: Sunday, March 19, 2017 @ 10:25:26
  Author: seblu
Revision: 291086

upgpkg: ipset 6.32-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 10:17:33 UTC (rev 291085)
+++ PKGBUILD2017-03-19 10:25:26 UTC (rev 291086)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.31
+pkgver=6.32
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('231790be940438287438df1f33857376'
+md5sums=('857a5c6a6d645196865a82bf6fd7f567'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2017-02-20 Thread Sébastien Luttringer
Date: Monday, February 20, 2017 @ 23:02:07
  Author: seblu
Revision: 289332

upgpkg: ipset 6.31-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 22:54:25 UTC (rev 289331)
+++ PKGBUILD2017-02-20 23:02:07 UTC (rev 289332)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.30
+pkgver=6.31
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('41c32e3b884ec714f0aac95e7675f9d1'
+md5sums=('231790be940438287438df1f33857376'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2016-10-17 Thread Sébastien Luttringer
Date: Monday, October 17, 2016 @ 22:31:27
  Author: seblu
Revision: 278906

upgpkg: ipset 6.30-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-17 19:34:20 UTC (rev 278905)
+++ PKGBUILD2016-10-17 22:31:27 UTC (rev 278906)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.29
+pkgver=6.30
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('fd8ea35997115c5c630eee22f0beecec'
+md5sums=('41c32e3b884ec714f0aac95e7675f9d1'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 prepare() {
@@ -36,6 +36,10 @@
   make
 }
 
+check() {
+  $pkgname-$pkgver/src/ipset version
+}
+
 package() {
   pushd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2015-11-07 Thread Sébastien Luttringer
Date: Saturday, November 7, 2015 @ 16:19:52
  Author: seblu
Revision: 250198

upgpkg: ipset 6.27-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 11:12:46 UTC (rev 250197)
+++ PKGBUILD2015-11-07 15:19:52 UTC (rev 250198)
@@ -2,17 +2,17 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.26
+pkgver=6.27
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
 license=('GPL2')
-depends=('libmnl')
+depends=('glibc' 'libmnl')
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('5ec4e79053a30fb6d72e0549d7d09343'
+md5sums=('c39f8958908b1396e2c69f082b75d924'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2015-08-28 Thread Sébastien Luttringer
Date: Saturday, August 29, 2015 @ 00:46:32
  Author: seblu
Revision: 244984

upgpkg: ipset 6.26-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-28 20:03:04 UTC (rev 244983)
+++ PKGBUILD2015-08-28 22:46:32 UTC (rev 244984)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.25.1
+pkgver=6.26
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=(etc/$pkgname.conf)
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
-md5sums=('e58262af2d53bda271f43883eebc8d54'
+md5sums=('5ec4e79053a30fb6d72e0549d7d09343'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2015-06-26 Thread Sébastien Luttringer
Date: Saturday, June 27, 2015 @ 00:51:11
  Author: seblu
Revision: 241293

upgpkg: ipset 6.25.1-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 20:11:59 UTC (rev 241292)
+++ PKGBUILD2015-06-26 22:51:11 UTC (rev 241293)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.24
-pkgrel=2
+pkgver=6.25.1
+pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -12,7 +12,7 @@
 backup=(etc/$pkgname.conf)
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
-md5sums=('8831b8f01458bf2abacc222884195a62'
+md5sums=('e58262af2d53bda271f43883eebc8d54'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {


[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:41:06
  Author: seblu
Revision: 239861

upgpkg: ipset 6.24-2

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---+
 PKGBUILD  |4 ++--
 ipset.service |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:40:54 UTC (rev 239860)
+++ PKGBUILD2015-05-28 21:41:06 UTC (rev 239861)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
 md5sums=('8831b8f01458bf2abacc222884195a62'
- '60ebe10f071314fc9e8647440a02467c')
+ 'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===
--- ipset.service   2015-05-28 21:40:54 UTC (rev 239860)
+++ ipset.service   2015-05-28 21:41:06 UTC (rev 239861)
@@ -1,6 +1,7 @@
 [Unit]
 Description=Loading IP Sets
-Before=iptables.service ip6tables.service
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
 
 [Service]
 Type=oneshot


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2014-11-25 Thread Sébastien Luttringer
Date: Wednesday, November 26, 2014 @ 01:57:49
  Author: seblu
Revision: 227104

upgpkg: ipset 6.24-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-25 22:46:19 UTC (rev 227103)
+++ PKGBUILD2014-11-26 00:57:49 UTC (rev 227104)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.23
+pkgver=6.24
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=(etc/$pkgname.conf)
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
-md5sums=('38581e52b47c94a67940351af6ea8d8c'
+md5sums=('8831b8f01458bf2abacc222884195a62'
  '60ebe10f071314fc9e8647440a02467c')
 
 build() {


[arch-commits] Commit in ipset/trunk (PKGBUILD)

2014-09-23 Thread Sébastien Luttringer
Date: Tuesday, September 23, 2014 @ 22:57:13
  Author: seblu
Revision: 222912

upgpkg: ipset 6.23-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 20:56:48 UTC (rev 222911)
+++ PKGBUILD2014-09-23 20:57:13 UTC (rev 222912)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.22
+pkgver=6.23
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=(etc/$pkgname.conf)
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
-md5sums=('fb33f67bb4e1ee5955b7582f28cae2f4'
+md5sums=('38581e52b47c94a67940351af6ea8d8c'
  '60ebe10f071314fc9e8647440a02467c')
 
 build() {



[arch-commits] Commit in ipset/trunk (PKGBUILD)

2014-09-18 Thread Sébastien Luttringer
Date: Friday, September 19, 2014 @ 02:09:40
  Author: seblu
Revision: 222079

upgpkg: ipset 6.22-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 21:49:06 UTC (rev 222078)
+++ PKGBUILD2014-09-19 00:09:40 UTC (rev 222079)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.21.1
-pkgrel=2
+pkgver=6.22
+pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -12,7 +12,7 @@
 backup=(etc/$pkgname.conf)
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
-md5sums=('9c136fd51694eb0ef259cda085145da0'
+md5sums=('fb33f67bb4e1ee5955b7582f28cae2f4'
  '60ebe10f071314fc9e8647440a02467c')
 
 build() {



[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service)

2014-05-15 Thread Sébastien Luttringer
Date: Friday, May 16, 2014 @ 00:33:02
  Author: seblu
Revision: 111271

upgpkg: ipset 6.21.1-2

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---+
 PKGBUILD  |4 ++--
 ipset.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-15 22:26:04 UTC (rev 111270)
+++ PKGBUILD2014-05-15 22:33:02 UTC (rev 111271)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
 md5sums=('9c136fd51694eb0ef259cda085145da0'
- '4b195827996c6012a801e21f869c385d')
+ '60ebe10f071314fc9e8647440a02467c')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===
--- ipset.service   2014-05-15 22:26:04 UTC (rev 111270)
+++ ipset.service   2014-05-15 22:33:02 UTC (rev 111271)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Loading IP Sets
-Before=iptables.service
+Before=iptables.service ip6tables.service
 
 [Service]
 Type=oneshot



[arch-commits] Commit in ipset/trunk (PKGBUILD)

2014-03-08 Thread Sébastien Luttringer
Date: Saturday, March 8, 2014 @ 20:49:54
  Author: seblu
Revision: 106827

upgpkg: ipset 6.21.1-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 18:24:15 UTC (rev 106826)
+++ PKGBUILD2014-03-08 19:49:54 UTC (rev 106827)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.20.1
-pkgrel=2
+pkgver=6.21.1
+pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -12,7 +12,7 @@
 backup=(etc/$pkgname.conf)
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
-md5sums=('8af741492752fbf24d3a28a9d1473d40'
+md5sums=('9c136fd51694eb0ef259cda085145da0'
  '4b195827996c6012a801e21f869c385d')
 
 build() {



[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service)

2014-02-01 Thread Sébastien Luttringer
Date: Sunday, February 2, 2014 @ 01:46:49
  Author: seblu
Revision: 105160

upgpkg: ipset 6.20.1-2

- Add reload to service. Don't try to destroy set before restore from conf file.

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---+
 PKGBUILD  |4 ++--
 ipset.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 00:22:45 UTC (rev 105159)
+++ PKGBUILD2014-02-02 00:46:49 UTC (rev 105160)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
 md5sums=('8af741492752fbf24d3a28a9d1473d40'
- '6be6a2b34c1f38fc8ad60828403e2077')
+ '4b195827996c6012a801e21f869c385d')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===
--- ipset.service   2014-02-02 00:22:45 UTC (rev 105159)
+++ ipset.service   2014-02-02 00:46:49 UTC (rev 105160)
@@ -6,6 +6,7 @@
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
 ExecStop=/usr/bin/ipset destroy
 
 [Install]



[arch-commits] Commit in ipset/trunk (PKGBUILD)

2013-10-20 Thread Sébastien Luttringer
Date: Monday, October 21, 2013 @ 02:55:11
  Author: seblu
Revision: 98880

upgpkg: ipset 6.20-2

https://www.archlinux.org/todo/remove-static-libraries/

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-21 00:54:20 UTC (rev 98879)
+++ PKGBUILD2013-10-21 00:55:11 UTC (rev 98880)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -10,7 +10,6 @@
 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)



[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service)

2013-05-12 Thread Sébastien Luttringer
Date: Monday, May 13, 2013 @ 01:43:02
  Author: seblu
Revision: 90511

upgpkg: ipset 6.19-2

https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---+
 PKGBUILD  |6 +++---
 ipset.service |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 23:41:52 UTC (rev 90510)
+++ PKGBUILD2013-05-12 23:43:02 UTC (rev 90511)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -14,11 +14,11 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
 md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
- 'f74642f7bb88056103c63a62a91c782c')
+ '6be6a2b34c1f38fc8ad60828403e2077')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-kmod=no
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
   make
 }
 

Modified: ipset.service
===
--- ipset.service   2013-05-12 23:41:52 UTC (rev 90510)
+++ ipset.service   2013-05-12 23:43:02 UTC (rev 90511)
@@ -5,8 +5,8 @@
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/sbin/ipset destroy
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
 
 [Install]
 WantedBy=multi-user.target



[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service ipset.systemd)

2013-05-10 Thread Sébastien Luttringer
Date: Saturday, May 11, 2013 @ 01:17:58
  Author: seblu
Revision: 90286

upgpkg: ipset 6.19-1

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service
Deleted:
  ipset/trunk/ipset.systemd

---+
 PKGBUILD  |   10 +++---
 ipset.service |6 +++---
 ipset.systemd |   21 -
 3 files changed, 6 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 22:41:56 UTC (rev 90285)
+++ PKGBUILD2013-05-10 23:17:58 UTC (rev 90286)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.18
+pkgver=6.19
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -12,11 +12,9 @@
 backup=(etc/$pkgname.conf)
 options=('!libtool')
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
-$pkgname.systemd
 $pkgname.service)
-md5sums=('776de6afe32ae386e6827a51c025464f'
- '7daa4f163eef9db216cb4c428e0342a3'
- 'b032241b96b5802975fe4321cc511c6b')
+md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
+ 'f74642f7bb88056103c63a62a91c782c')
 
 build() {
   cd $pkgname-$pkgver
@@ -34,8 +32,6 @@
   install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
   popd
   # systemd
-  install -Dm 755 $pkgname.systemd \
-$pkgdir/usr/lib/systemd/scripts/$pkgname
   install -Dm 644 $pkgname.service \
 $pkgdir/usr/lib/systemd/system/$pkgname.service
   # default config file

Modified: ipset.service
===
--- ipset.service   2013-05-10 22:41:56 UTC (rev 90285)
+++ ipset.service   2013-05-10 23:17:58 UTC (rev 90286)
@@ -1,12 +1,12 @@
 [Unit]
-Description=IP Sets
+Description=Loading IP Sets
 Before=iptables.service
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=/usr/lib/systemd/scripts/ipset start
-ExecStop=/usr/lib/systemd/scripts/ipset stop
+ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/sbin/ipset destroy
 
 [Install]
 WantedBy=multi-user.target

Deleted: ipset.systemd
===
--- ipset.systemd   2013-05-10 22:41:56 UTC (rev 90285)
+++ ipset.systemd   2013-05-10 23:17:58 UTC (rev 90286)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-CONFIG_FILE='/etc/ipset.conf'
-
-case $1 in
-  start)
-ipset restore  $CONFIG_FILE
-  ;;
-  stop)
-ipset destroy
-  ;;
-  save)
-ipset save  $CONFIG_FILE
-  ;;
-  *)
-echo usage: ${0##*/} {start|stop|save} 2
-exit 1
-  ;;
-esac
-
-# vim:set ts=2 sw=2 ft=sh et:



[arch-commits] Commit in ipset/trunk (PKGBUILD)

2013-04-16 Thread Sébastien Luttringer
Date: Tuesday, April 16, 2013 @ 21:58:41
  Author: seblu
Revision: 88369

upgpkg: ipset 6.18-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 19:57:49 UTC (rev 88368)
+++ PKGBUILD2013-04-16 19:58:41 UTC (rev 88369)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.17
+pkgver=6.18
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.systemd
 $pkgname.service)
-md5sums=('9d439e279e02076f29fe7c9c059a5cae'
+md5sums=('776de6afe32ae386e6827a51c025464f'
  '7daa4f163eef9db216cb4c428e0342a3'
  'b032241b96b5802975fe4321cc511c6b')
 



[arch-commits] Commit in ipset/trunk (PKGBUILD)

2013-02-23 Thread Sébastien Luttringer
Date: Saturday, February 23, 2013 @ 18:46:06
  Author: seblu
Revision: 84726

upgpkg: ipset 6.17-1

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-23 17:23:56 UTC (rev 84725)
+++ PKGBUILD2013-02-23 17:46:06 UTC (rev 84726)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.16.1
-pkgrel=2
+pkgver=6.17
+pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -14,7 +14,7 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.systemd
 $pkgname.service)
-md5sums=('9fd70c825f052db7dc9d5ba0562b7083'
+md5sums=('9d439e279e02076f29fe7c9c059a5cae'
  '7daa4f163eef9db216cb4c428e0342a3'
  'b032241b96b5802975fe4321cc511c6b')
 



[arch-commits] Commit in ipset/trunk (PKGBUILD)

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:55:01
  Author: seblu
Revision: 82784

upgpkg: ipset 6.16.1-2

- drop rc scripts
- fix FS#33479

Modified:
  ipset/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:34:05 UTC (rev 82783)
+++ PKGBUILD2013-01-24 12:55:01 UTC (rev 82784)
@@ -3,12 +3,12 @@
 
 pkgname=ipset
 pkgver=6.16.1
-pkgrel=1.1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
 license=('GPL2')
-depends=('libmnl')
+depends=('libmnl' 'bash')
 backup=(etc/$pkgname.conf)
 options=('!libtool')
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
@@ -30,6 +30,8 @@
   # install doc
   install -dm755 $pkgdir/usr/share/doc/$pkgname
   install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
   popd
   # systemd
   install -Dm 755 $pkgname.systemd \