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 f0fbb6abe..9f1321bbe 100644
--- a/community/iptstate/PKGBUILD
+++ b/community/iptstate/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id$
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
+# $Id: PKGBUILD 71896 2012-06-03 00:25:44Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
pkgname=iptstate
-pkgver=2.2.3
+pkgver=2.2.5
pkgrel=1
pkgdesc='top-like interface to netfilter connection-tracking table'
arch=('i686' 'x86_64')
url='http://www.phildev.net/iptstate/'
license=('custom')
-depends=('ncurses' 'libnetfilter_conntrack')
+depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack')
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('5238a0c4c4f764a919aba678051698ec')
+md5sums=('5abe47e473bee256adaf8a48b1141a90')
build() {
cd $pkgname-$pkgver