author | Gaetan Bisson
<bisson@archlinux.org> 2019-02-07 17:14:18 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2019-02-07 17:14:18 UTC |
parent | b9c3fe6a208ca1d1a93bf1e59fda9c2f9099758d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 4216a31..a559061 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ optdepends=('pygtk: zenmap' '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")