[arch-commits] Commit in kismet/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Nov 16 14:50:50 UTC 2012


    Date: Friday, November 16, 2012 @ 09:50:50
  Author: allan
Revision: 171084

upgpkg: kismet 2011_03_R2-5

add missing depend (FS#32628), remove optdepend on phantom package (FS#32155)

Modified:
  kismet/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-16 14:44:08 UTC (rev 171083)
+++ PKGBUILD	2012-11-16 14:50:50 UTC (rev 171084)
@@ -7,19 +7,18 @@
 pkgname=kismet
 pkgver=2011_03_R2
 _realver="${pkgver//_/-}"
-pkgrel=4
+pkgrel=5
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/"
 license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl' 'libusb-compat')
 optdepends=('gpsd: log coordinates of detected networks'
             'wireshark-cli: provide OUI files used to determine device manufacturer'
             'wireshark-cli: mergecap, to merge multiple capture files'
             'sox: provide the default kismet sound playback binary'
             'festival: text-to-speech support'
             'flite:  alternative/lightweight text-to-speech support'
-            'mac80211-driver: full rfmon support'
             'ruby: ruby interface')
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 install=kismet.install




More information about the arch-commits mailing list