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

Levente Polyak anthraxx at archlinux.org
Thu Aug 3 15:32:06 UTC 2017


    Date: Thursday, August 3, 2017 @ 15:32:06
  Author: anthraxx
Revision: 247819

upgpkg: wpscan 1:2.9.3-1

Modified:
  wpscan/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-03 15:29:27 UTC (rev 247818)
+++ PKGBUILD	2017-08-03 15:32:06 UTC (rev 247819)
@@ -2,8 +2,8 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=2.9.2
-pkgrel=3
+pkgver=2.9.3
+pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
 url='http://wpscan.org'
@@ -13,10 +13,9 @@
 makedepends=('unzip')
 options=('!strip' '!emptydirs')
 install=wpscan.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/${pkgver}.tar.gz
-        ruby-2.4.patch::https://github.com/wpscanteam/wpscan/commit/f6644eebf95baea3356290ecd6364f0a4a456406.patch)
-sha512sums=('cc8ff69b4b4b7ad26a32b9627d44d9d8e647310763cf768d91eb400d86fcbbb98f7a5cd695f9f7b2df9e85d5b3c49f2336a8bcf9a14e2458ffe06e3d2be145d6'
-            '115271f8719e165daa905b169f7a5877971887b88799e0d6398724e37ae9314d7cf1e07a567701bf33520e17a021ac4dea2151468e9e1ff37f42e04606a80082')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/${pkgver}.tar.gz)
+sha256sums=('1bacc03857cca5a2fdcda060886bf51dbf73b129abbb7251b8eb95bc874e5376')
+sha512sums=('95f18f78cc6ba94c0085700fa3c26a6e66441e0978ef7b492deb3b42e96d9b91c17bd07ef2d48e2c7a1428ebc280eba608a41032452c6c42791fc3c91012e490')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -26,8 +25,6 @@
   sed "s|ROOT_DIR, 'cache'|ENV['HOME'] + '/.local/share/${pkgname}/cache'|" -i lib/common/common_helper.rb
   sed "s|ROOT_DIR, 'log.txt'|ENV['HOME'] + '/.local/share/${pkgname}/log.txt'|" -i lib/common/common_helper.rb
   bundle config build.nokogiri --use-system-libraries
-  echo 2.3.3 > .ruby-version
-  patch -p1 < "${srcdir}/ruby-2.4.patch"
 }
 
 build() {



More information about the arch-commits mailing list