git » nmap.git » commit e4b1bda

fix FS#58338

author Gaetan Bisson
2018-04-24 19:13:29 UTC
committer Gaetan Bisson
2018-04-24 19:13:29 UTC
parent 4eff8898b40e8c15417486c812c0db5b4b27c3c2

fix FS#58338

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index a9553ec..c4662b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=nmap
 pkgver=7.70
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('x86_64')
@@ -13,8 +13,7 @@ makedepends=('pygtk')
 optdepends=('pygtk: zenmap'
             'sudo: privilege escalation for zenmap'
             'xterm: privilege escalation for zenmap'
-            'kde-cli-tools: privilege escalation for zenmap'
-            'gksu: privilege escalation for zenmap')
+            'kde-cli-tools: privilege escalation for zenmap')
 depends=('pcre' 'openssl' 'lua52')
 validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
 source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"