Date: Tuesday, April 17, 2012 @ 07:05:22 Author: andrea Revision: 156333
Signature is available Modified: kismet/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-17 10:35:09 UTC (rev 156332) +++ PKGBUILD 2012-04-17 11:05:22 UTC (rev 156333) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Angel Velasquez <[email protected]> +# Maintainer: +# Contributor: Angel Velasquez <[email protected]> # Contributor: Jason Chu <[email protected]> # Contributor: Juergen Hoetzel <[email protected]> @@ -12,7 +13,6 @@ 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') -makedepends=() # already in core: ('grep' 'gcc-libs') 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,9 @@ backup=('etc/kismet.conf' 'etc/kismet_drone.conf') install=kismet.install changelog=kismet.changelog -source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz") -md5sums=('8bf077e8111e6dc8c12cadefdf40aadd') +source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc}) +md5sums=('8bf077e8111e6dc8c12cadefdf40aadd' + '500deff918ede6d0bc392a0419322833') build() { cd "${srcdir}/${pkgname}-${_realver}"
