git » nmap.git » commit 059502e

fix FS#50834

author Gaetan Bisson
2016-09-19 20:31:46 UTC
committer Gaetan Bisson
2016-09-19 20:31:46 UTC
parent cded4752c05e4fac1445037a38dab857f294a5fa

fix FS#50834

PKGBUILD +2 -2

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