Date: Thursday, February 7, 2019 @ 17:14:18 Author: bisson Revision: 345611
implement FS#61668 Modified: nmap/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-07 16:43:15 UTC (rev 345610) +++ PKGBUILD 2019-02-07 17:14:18 UTC (rev 345611) @@ -4,7 +4,7 @@ pkgname=nmap pkgver=7.70 -pkgrel=2 +pkgrel=3 pkgdesc='Utility for network discovery and security auditing' url='https://nmap.org/' arch=('x86_64') @@ -14,7 +14,7 @@ 'sudo: privilege escalation for zenmap' 'xterm: privilege escalation for zenmap' 'kde-cli-tools: privilege escalation for zenmap') -depends=('pcre' 'openssl' 'lua52') +depends=('pcre' 'openssl' 'lua') validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0') source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2" "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc")
