diff options
Diffstat (limited to 'main/iftop/APKBUILD')
-rw-r--r-- | main/iftop/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/iftop/APKBUILD b/main/iftop/APKBUILD index ea750d2cdc..f2f51f9e5a 100644 --- a/main/iftop/APKBUILD +++ b/main/iftop/APKBUILD @@ -4,6 +4,7 @@ pkgver=0.17 pkgrel=1 pkgdesc="iftop does for network usage what top(1) does for CPU usage" url="http://www.ex-parrot.com/~pdw/iftop/" +arch="x86 x86_64" license="GPL" depends= makedepends="libpcap-dev>=1 ncurses-dev" |