[arch-commits] Commit in ipset/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Mon Oct 17 22:31:28 UTC 2016
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
===================================================================
--- PKGBUILD 2016-10-17 19:34:20 UTC (rev 278905)
+++ PKGBUILD 2016-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
More information about the arch-commits
mailing list