diff options
author | root <root@rshg054.dnsready.net> | 2013-07-31 02:01:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-31 02:01:16 -0700 |
commit | b73aa81c21acc75e383d0e73e0fbf553d2b68232 (patch) | |
tree | de88d1ae028f57b9f86759cca80d66ef7b32bf97 /extra/nmap | |
parent | 4afc07385539524e7f85fe0d977b90bc6d124cfd (diff) |
Wed Jul 31 01:58:05 PDT 2013
Diffstat (limited to 'extra/nmap')
-rw-r--r-- | extra/nmap/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index e1e86b09c..2b785b28f 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -1,20 +1,24 @@ -# $Id: PKGBUILD 188110 2013-06-10 00:00:35Z bisson $ +# $Id: PKGBUILD 191740 2013-07-30 01:18:34Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=nmap -pkgver=6.25 -pkgrel=2 +pkgver=6.40 +pkgrel=1 pkgdesc='Utility for network discovery and security auditing' url='http://nmap.org/' arch=('i686' 'x86_64') license=('GPL') makedepends=('pygtk') -optdepends=('pygtk: zenmap') +optdepends=('pygtk: zenmap' + 'sudo: privilege escalation for zenmap' + 'xterm: privilege escalation for zenmap' + 'kdebase-runtime: privilege escalation for zenmap' + 'gksu: privilege escalation for zenmap') depends=('pcre' 'openssl' 'libpcap' 'lua') source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f') +sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb') build() { cd "${srcdir}/${pkgname}-${pkgver}" |