author | Gaetan Bisson
<bisson@archlinux.org> 2012-06-17 23:51:09 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2012-06-17 23:51:09 UTC |
parent | bdacb9f8a5501a33c3d07a7b906cdd4cd6124c38 |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 7a6d85c..77f38f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Hugo Doria <hugo@archlinux.org> 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}"