summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-28 11:44:30 +0100
committerJoe <joe@joelightning.com>2011-10-28 11:44:30 +0100
commitab037fd61986136be1f66cbd2709c7e0d6c19cc9 (patch)
tree64d31f9aaa49fe197f5714d63d3b22611891f6a8
parentd43e229ce8a43c6175b5cd5db0f6604e2624f016 (diff)
Fixed arch array
-rw-r--r--community/arp-scan/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD
index 6987f26d9..e0d034389 100644
--- a/community/arp-scan/PKGBUILD
+++ b/community/arp-scan/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=arp-scan
pkgver=1.8.1
pkgrel=1
pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network"
-arch=('i686' 'x86_64')
+arch=(mips64el)
url="http://www.nta-monitor.com/tools/arp-scan/"
license=('GPL')
depends=('libpcap' 'perl-libwww')