diff options
Diffstat (limited to 'community/hping')
-rw-r--r-- | community/hping/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hping/PKGBUILD b/community/hping/PKGBUILD index dce8a2d72..66076e426 100644 --- a/community/hping/PKGBUILD +++ b/community/hping/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hping pkgver=3.0.0 pkgrel=1 pkgdesc='hping is a command-line oriented TCP/IP packet assembler/analyzer.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.hping.org' license=('GPL2' 'BSD') depends=('libpcap') |