summaryrefslogtreecommitdiff
path: root/community/iptstate/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/iptstate/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
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: