diff options
Diffstat (limited to 'extra/kismet/PKGBUILD')
-rw-r--r-- | extra/kismet/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/kismet/PKGBUILD b/extra/kismet/PKGBUILD index f1de285d1..a50a798fc 100644 --- a/extra/kismet/PKGBUILD +++ b/extra/kismet/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 171085 2012-11-16 14:51:57Z allan $ +# $Id: PKGBUILD 186877 2013-05-31 13:31:02Z andrea $ # Maintainer: # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> # Contributor: Juergen Hoetzel <jason@archlinux.org> pkgname=kismet -pkgver=2011_03_R2 +pkgver=2013_03_R1b _realver="${pkgver//_/-}" -pkgrel=5.1 +pkgrel=1 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system" arch=('i686' 'x86_64' 'mips64el') url="http://www.kismetwireless.net/" license=('GPL') -depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl' 'libusb-compat') +depends=('libpcap' 'pcre' 'bluez') 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' @@ -24,8 +24,8 @@ backup=('etc/kismet.conf' 'etc/kismet_drone.conf') install=kismet.install changelog=kismet.changelog source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc}) -md5sums=('8bf077e8111e6dc8c12cadefdf40aadd' - '500deff918ede6d0bc392a0419322833') +md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02' + 'SKIP') build() { cd "${srcdir}/${pkgname}-${_realver}" |