diff options
Diffstat (limited to 'community/tcpreplay/PKGBUILD')
-rw-r--r-- | community/tcpreplay/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tcpreplay/PKGBUILD b/community/tcpreplay/PKGBUILD index 054c87d7e..d9bd7742e 100644 --- a/community/tcpreplay/PKGBUILD +++ b/community/tcpreplay/PKGBUILD @@ -4,10 +4,10 @@ # Contributor: Dawid Wrobel <cromo@klej.net> pkgname=tcpreplay pkgver=3.4.4 -pkgrel=3 +pkgrel=3.1 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') |