diff options
Diffstat (limited to 'extra/kismet/PKGBUILD')
-rw-r--r-- | extra/kismet/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kismet/PKGBUILD b/extra/kismet/PKGBUILD index 015044fe8..a2450f3ac 100644 --- a/extra/kismet/PKGBUILD +++ b/extra/kismet/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2011_03_R2 _realver="${pkgver//_/-}" pkgrel=2 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kismetwireless.net/" license=('GPL') depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat') |