diff options
Diffstat (limited to 'community/tcpreplay/PKGBUILD')
-rw-r--r-- | community/tcpreplay/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tcpreplay/PKGBUILD b/community/tcpreplay/PKGBUILD index 054c87d7e..e23d33089 100644 --- a/community/tcpreplay/PKGBUILD +++ b/community/tcpreplay/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.4.4 pkgrel=3 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" url="http://tcpreplay.synfin.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('libpcap' 'libdnet') makedepends=('tcpdump') |