diff options
Diffstat (limited to 'community/ntop/PKGBUILD')
-rw-r--r-- | community/ntop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD index 6049cbb8f..e363df9f6 100644 --- a/community/ntop/PKGBUILD +++ b/community/ntop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ntop pkgver=4.0.3 pkgrel=1 pkgdesc='A network traffic probe that shows the network usage.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.ntop.org/' license=('GPL') depends=('libevent' 'libpcap' 'gd' 'glib' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua') |