summaryrefslogtreecommitdiff
path: root/extra/nmap
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-19 09:54:35 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-19 09:54:35 +0200
commit3c8f9aba21e3ac85376497cc12d67fd8f34c0839 (patch)
tree087ffae170ab2cdc6b4424179493869dbe1405d0 /extra/nmap
parentb93deb686e23603e67eee07fced30237db47c367 (diff)
parente4afcc505c31482d7d7cee60bb6388bfacc8ad7f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/nginx/PKGBUILD community-testing/oss/PKGBUILD staging/kdebase-workspace/PKGBUILD
Diffstat (limited to 'extra/nmap')
-rw-r--r--extra/nmap/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD
index 5c814321d..efa432755 100644
--- a/extra/nmap/PKGBUILD
+++ b/extra/nmap/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 159344 2012-05-22 00:00:17Z bisson $
+# $Id: PKGBUILD 161987 2012-06-17 23:52:34Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Hugo Doria <hugo@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' 'mips64el')
license=('GPL')
-options=('!makeflags')
-optdepends=('pygtk: zenmap')
makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
depends=('pcre' 'openssl' 'libpcap' 'lua')
source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('11d8f418e31a85e5b5ad6b4cf98f3c1b5c19ddb2')
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"