Date: Tuesday, August 27, 2019 @ 06:25:42
  Author: bisson
Revision: 361257

archrelease: copy trunk to extra-x86_64

Added:
  nmap/repos/extra-x86_64/PKGBUILD
    (from rev 361256, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-27 06:25:21 UTC (rev 361256)
+++ PKGBUILD    2019-08-27 06:25:42 UTC (rev 361257)
@@ -1,42 +0,0 @@
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Angel Velasquez <an...@archlinux.org>
-# Contributor: Hugo Doria <h...@archlinux.org>
-
-pkgname=nmap
-pkgver=7.70
-pkgrel=3
-pkgdesc='Utility for network discovery and security auditing'
-url='https://nmap.org/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-            'sudo: privilege escalation for zenmap'
-            'xterm: privilege escalation for zenmap'
-            'kde-cli-tools: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua')
-validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
-        "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc";)
-sha256sums=('847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18'
-            'SKIP')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       export PYTHON=python2
-       ./configure \
-               --prefix=/usr \
-               --libexecdir=/usr/lib \
-               --mandir=/usr/share/man \
-               --with-libpcap=included \
-
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       rm "${pkgdir}"/usr/bin/uninstall_*
-       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-       python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-x86_64/PKGBUILD (from rev 361256, nmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-08-27 06:25:42 UTC (rev 361257)
@@ -0,0 +1,42 @@
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Angel Velasquez <an...@archlinux.org>
+# Contributor: Hugo Doria <h...@archlinux.org>
+
+pkgname=nmap
+pkgver=7.80
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='https://nmap.org/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+            'sudo: privilege escalation for zenmap'
+            'xterm: privilege escalation for zenmap'
+            'kde-cli-tools: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
+        "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc";)
+sha256sums=('fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4773faa'
+            'SKIP')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       export PYTHON=python2
+       ./configure \
+               --prefix=/usr \
+               --libexecdir=/usr/lib \
+               --mandir=/usr/share/man \
+               --with-libpcap=included \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       rm "${pkgdir}"/usr/bin/uninstall_*
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Reply via email to