git » nmap.git » commit 45055d2

Rebuild for python2.7

author Rémy Oudompheng
2010-09-04 12:09:36 UTC
committer Rémy Oudompheng
2010-09-04 12:09:36 UTC
parent a3267eab75bf2e0e94e3100258eab639c3c221e8

Rebuild for python2.7

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 93ef171..64ee7f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 
 pkgname=nmap
 pkgver=5.21
-pkgrel=2
+pkgrel=3
 pkgdesc="A network exploration tool and security/port scanner"
 arch=('i686' 'x86_64')
 url="http://nmap.org"
 license=('custom:GPL')
 depends=('pcre' 'openssl' 'libpcap>=1.0.0' 'lua')
 # python is needed for zenmap
-makedepends=('python')
+makedepends=('python2')
 optdepends=('pygtk: gui for nmap')
 options=('!makeflags')
 source=(http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2)