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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri May 31 13:30:52 UTC 2013


    Date: Friday, May 31, 2013 @ 15:30:52
  Author: andrea
Revision: 186876

upgpkg: kismet 2013_03_R1b-1

Upstream release; cleanup deps

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 13:27:34 UTC (rev 186875)
+++ PKGBUILD	2013-05-31 13:30:52 UTC (rev 186876)
@@ -5,14 +5,14 @@
 # Contributor: Juergen Hoetzel <jason at archlinux.org>
 
 pkgname=kismet
-pkgver=2011_03_R2
+pkgver=2013_03_R1b
 _realver="${pkgver//_/-}"
-pkgrel=5
+pkgrel=1
 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' '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 @@
 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}"




More information about the arch-commits mailing list