[arch-commits] Commit in nmap/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun Jun 17 23:51:09 UTC 2012


    Date: Sunday, June 17, 2012 @ 19:51:09
  Author: bisson
Revision: 161986

upstream update

Modified:
  nmap/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-17 23:21:13 UTC (rev 161985)
+++ PKGBUILD	2012-06-17 23:51:09 UTC (rev 161986)
@@ -4,18 +4,17 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=nmap
-pkgver=6.00
+pkgver=6.01
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!makeflags')
+makedepends=('pygtk')
 optdepends=('pygtk: zenmap')
-makedepends=('pygtk')
 depends=('pcre' 'openssl' 'libpcap' 'lua')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list