diff options
Diffstat (limited to 'community/tcpflow')
-rw-r--r-- | community/tcpflow/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD index e66a0fb0f..701eb0ff5 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tcpflow pkgver=1.1.0 pkgrel=1 pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://afflib.org/software/tcpflow" license=('GPL') depends=('gcc-libs' 'libpcap') |