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

Frederik Schwan freswa at archlinux.org
Sun Sep 13 18:30:22 UTC 2020


    Date: Sunday, September 13, 2020 @ 18:30:22
  Author: freswa
Revision: 705180

fix FS$54713

Modified:
  wpscan/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 18:16:03 UTC (rev 705179)
+++ PKGBUILD	2020-09-13 18:30:22 UTC (rev 705180)
@@ -3,7 +3,7 @@
 
 pkgname=wpscan
 pkgver=3.8.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
 url='https://wpscan.org'
@@ -10,6 +10,7 @@
 arch=('x86_64')
 license=('custom:WPScan')
 depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+optdepends=('metasploit')
 options=('!strip' '!emptydirs')
 install=wpscan.install
 source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)



More information about the arch-commits mailing list