diff options
Diffstat (limited to 'community/tcpflow/PKGBUILD')
-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 2ac149074..a835fdc92 100644 --- a/community/tcpflow/PKGBUILD +++ b/community/tcpflow/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tcpflow pkgver=1.2.9 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' 'zlib') |