summaryrefslogtreecommitdiff
path: root/community/iptstate/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iptstate/PKGBUILD')
-rw-r--r--community/iptstate/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/iptstate/PKGBUILD b/community/iptstate/PKGBUILD
index 4b4450916..117243f2c 100644
--- a/community/iptstate/PKGBUILD
+++ b/community/iptstate/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71896 2012-06-03 00:25:44Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 90516 2013-05-12 23:47:26Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
pkgname=iptstate
pkgver=2.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='top-like interface to netfilter connection-tracking table'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.phildev.net/iptstate/'
@@ -20,8 +20,8 @@ build() {
package() {
cd $pkgname-$pkgver
- install -D -m755 $pkgname "$pkgdir/usr/sbin/$pkgname"
+ install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et: