git » nmap.git » commit 2a21b8b

actually the new version works well with lua-5.2

author Gaetan Bisson
2012-11-30 03:07:43 UTC
committer Gaetan Bisson
2012-11-30 03:07:43 UTC
parent 04f4b15c0c930113458c0eb11e6483258b9e658e

actually the new version works well with lua-5.2

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index d137ead..073cc0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
 license=('GPL')
 makedepends=('pygtk')
 optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua51')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')