diff options
Diffstat (limited to 'community/iftop/PKGBUILD')
-rw-r--r-- | community/iftop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD index 763ae31ed..2cdfc5fab 100644 --- a/community/iftop/PKGBUILD +++ b/community/iftop/PKGBUILD @@ -8,7 +8,7 @@ pkgname=iftop pkgver=0.17 pkgrel=9 pkgdesc="iftop does for network usage what top(1) does for CPU usage" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ex-parrot.com/~pdw/iftop/" license=('GPL') depends=('libpcap>=1.0.0' 'ncurses') |