author | Gaetan Bisson
<bisson@archlinux.org> 2015-05-04 19:23:58 UTC |
committer | Gaetan Bisson
<bisson@archlinux.org> 2015-05-04 19:23:58 UTC |
parent | c02ccc86c053dccb1f0db4d00d8cbc64c3afb08a |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 247116f..facf95d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=nmap pkgver=6.47 -pkgrel=2 +pkgrel=3 pkgdesc='Utility for network discovery and security auditing' url='http://nmap.org/' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('pygtk: zenmap' 'xterm: privilege escalation for zenmap' 'kdebase-runtime: privilege escalation for zenmap' 'gksu: privilege escalation for zenmap') -depends=('pcre' 'openssl' 'lua') +depends=('pcre' 'openssl' 'lua52') source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") sha1sums=('0c917453a91a5e85c2a217d27c3853b0f3e0e6ac')