From ca8fbff4eeda39b8a24515043ec4c8fdb95c23ee Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Jun 2012 00:01:39 +0000 Subject: Tue Jun 19 00:01:39 UTC 2012 --- extra/nmap/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'extra/nmap') diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index 6d64c8aa4..b519d8c37 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 159344 2012-05-22 00:00:17Z bisson $ +# $Id: PKGBUILD 161987 2012-06-17 23:52:34Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Angel Velasquez # Contributor: Hugo Doria pkgname=nmap -pkgver=6.00 +pkgver=6.01 pkgrel=1 pkgdesc='Utility for network discovery and security auditing' url='http://nmap.org/' arch=('i686' 'x86_64') license=('GPL') -options=('!makeflags') -optdepends=('pygtk: zenmap') makedepends=('pygtk') +optdepends=('pygtk: zenmap') depends=('pcre' 'openssl' 'libpcap' 'lua') source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2') +sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf