[arch-commits] Commit in vulscan/repos/community-any (PKGBUILD PKGBUILD)

Daniel Micay thestinger at archlinux.org
Sun Oct 26 15:53:39 UTC 2014


    Date: Sunday, October 26, 2014 @ 16:53:38
  Author: thestinger
Revision: 121433

archrelease: copy trunk to community-any

Added:
  vulscan/repos/community-any/PKGBUILD
    (from rev 121432, vulscan/trunk/PKGBUILD)
Deleted:
  vulscan/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-26 15:53:19 UTC (rev 121432)
+++ PKGBUILD	2014-10-26 15:53:38 UTC (rev 121433)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: icoz <icoz.vt at gmail dot com>
-pkgname=vulscan
-pkgver=2.0
-pkgrel=1
-pkgdesc='A a module which enhances nmap to a vulnerability scanner'
-url='http://www.computec.ch/projekte/vulscan/'
-arch=('any')
-license=('GPL')
-depends=('nmap')
-source=("http://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz")
-sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
-replaces=(nmap-vulscan)
-provides=(nmap-vulscan)
-conflicts=(nmap-vulscan)
-
-package() {
-  install -dm755 "$pkgdir/usr/share/nmap/scripts/"
-  cp -a $pkgname "$pkgdir/usr/share/nmap/scripts/vulscan"
-}

Copied: vulscan/repos/community-any/PKGBUILD (from rev 121432, vulscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-26 15:53:38 UTC (rev 121433)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: icoz <icoz.vt at gmail dot com>
+pkgname=vulscan
+pkgver=2.0
+pkgrel=2
+pkgdesc='A module which enhances nmap to a vulnerability scanner'
+url='http://www.computec.ch/projekte/vulscan/'
+arch=('any')
+license=('GPL')
+depends=('nmap')
+source=("http://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz")
+sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
+replaces=(nmap-vulscan)
+provides=(nmap-vulscan)
+conflicts=(nmap-vulscan)
+
+package() {
+  install -dm755 "$pkgdir/usr/share/nmap/scripts/"
+  cp -a $pkgname "$pkgdir/usr/share/nmap/scripts/vulscan"
+}



More information about the arch-commits mailing list