diff options
Diffstat (limited to 'main/tcpflow/APKBUILD')
-rw-r--r-- | main/tcpflow/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tcpflow/APKBUILD b/main/tcpflow/APKBUILD index 8e806f223b..8611ac033d 100644 --- a/main/tcpflow/APKBUILD +++ b/main/tcpflow/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.21 pkgrel=1 pkgdesc="A Tool for monitoring, capturing and storing TCP connections flows" url="http://www.circlemud.org/~jelson/software/tcpflow/" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends="libpcap-dev" |