diff options
-rw-r--r-- | main/ntop/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/ntop/APKBUILD b/main/ntop/APKBUILD index 3ce2679f45..ec8b46bf41 100644 --- a/main/ntop/APKBUILD +++ b/main/ntop/APKBUILD @@ -1,11 +1,10 @@ -# Contributor: # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=ntop pkgver=5.0.1 pkgrel=5 pkgdesc="Network traffic probe" url="http://www.ntop.org" -arch="all" +arch="" license="GPL" depends= pkgusers="ntop" |