git » nmap.git » commit 04f4b15

rebuild for lua51

author Gaetan Bisson
2012-11-30 03:00:51 UTC
committer Gaetan Bisson
2012-11-30 03:00:51 UTC
parent 6d1f227bcf8e38c306ea53b1aa202811f1a150eb

rebuild for lua51

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ba9bced..d137ead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
 
 pkgname=nmap
 pkgver=6.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 makedepends=('pygtk')
 optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
+depends=('pcre' 'openssl' 'libpcap' 'lua51')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')