[arch-commits] Commit in nmap/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Sep 19 20:31:46 UTC 2016


    Date: Monday, September 19, 2016 @ 20:31:46
  Author: bisson
Revision: 276721

fix FS#50834

Modified:
  nmap/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-19 20:24:20 UTC (rev 276720)
+++ PKGBUILD	2016-09-19 20:31:46 UTC (rev 276721)
@@ -5,7 +5,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')
@@ -14,7 +14,7 @@
 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")



More information about the arch-commits mailing list