diff options
Diffstat (limited to 'extra/nmap')
-rw-r--r-- | extra/nmap/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index b79385d88..606fe34d5 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nmap pkgver=5.51 pkgrel=1 pkgdesc="A network exploration tool and security/port scanner" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nmap.org" license=('GPL') depends=('pcre' 'openssl' 'libpcap' 'lua') |