diff options
Diffstat (limited to 'community/hping/PKGBUILD')
-rw-r--r-- | community/hping/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/hping/PKGBUILD b/community/hping/PKGBUILD index ee6b4e835..f312479fb 100644 --- a/community/hping/PKGBUILD +++ b/community/hping/PKGBUILD @@ -4,9 +4,9 @@ pkgname=hping pkgver=3.0.0 -pkgrel=2 +pkgrel=2.2 pkgdesc='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') |