diff options
Diffstat (limited to 'community/arp-scan/PKGBUILD')
-rw-r--r-- | community/arp-scan/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD index e18269ecd..a6e2be7fa 100644 --- a/community/arp-scan/PKGBUILD +++ b/community/arp-scan/PKGBUILD @@ -4,9 +4,9 @@ pkgname=arp-scan pkgver=1.8.1 -pkgrel=2 +pkgrel=2.1 pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nta-monitor.com/tools/arp-scan/" license=('GPL') depends=('libpcap' 'perl-libwww') |