diff options
Diffstat (limited to 'community/iptstate')
-rw-r--r-- | community/iptstate/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iptstate/PKGBUILD b/community/iptstate/PKGBUILD index 458bc3ad1..117243f2c 100644 --- a/community/iptstate/PKGBUILD +++ b/community/iptstate/PKGBUILD @@ -6,7 +6,7 @@ pkgname=iptstate pkgver=2.2.5 pkgrel=2 pkgdesc='top-like interface to netfilter connection-tracking table' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.phildev.net/iptstate/' license=('custom') depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack') |