author | Gaetan Bisson
<bisson@archlinux.org> 2013-07-29 18:15:18 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2013-07-29 18:15:18 UTC |
parent | 434d01918dc219bdde1a2461c53a1a253329e21d |
PKGBUILD | +5 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 4a9f58e..bdcccf4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,11 @@ 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')