[arch-commits] Commit in wpscan/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat Mar 21 15:45:01 UTC 2020
Date: Saturday, March 21, 2020 @ 15:45:01
Author: anthraxx
Revision: 602794
upgpkg: wpscan 1:3.7.11-1
Modified:
wpscan/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-21 15:43:12 UTC (rev 602793)
+++ PKGBUILD 2020-03-21 15:45:01 UTC (rev 602794)
@@ -2,7 +2,7 @@
# Contributor: alexiobash < me (at) alexiobash (dot) com >
pkgname=wpscan
-pkgver=3.7.6
+pkgver=3.7.11
pkgrel=1
epoch=1
pkgdesc='Black box WordPress vulnerability scanner'
@@ -13,19 +13,21 @@
options=('!strip' '!emptydirs')
install=wpscan.install
source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5520ff356905851809a989c08c1196ce053781231adbdf4d28bfa7f5eb2fdf7b')
-sha512sums=('48dd80949935c7602308969e2a89b516286b3475cefa5885e3f3135fbc021f38a08960ea39c25bf3ab4cd3a2f597c1e9949f0417547ce27e88ada4391422f9f6')
+sha256sums=('f493e427d88b8f24d3f8187fead34ffe5b01ce67af6d42bc9c538a5c6781a33c')
+sha512sums=('383d7213603375fd335dc29a8cf915c32786605363545877010caa5107a85e707d59473bc5d414ed401941994320fb80fb5052850b7aff04887e23e549fdfa38')
prepare() {
cd ${pkgname}-${pkgver}
sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
bundle config build.nokogiri --use-system-libraries
+ bundle config set path 'vendor/bundle'
+ bundle config set without 'development test'
}
build() {
cd ${pkgname}-${pkgver}
CFLAGS+=" -I/usr/include/libxml2"
- bundle install -j"$(nproc)" --path vendor/bundle --without development test
+ bundle install -j"$(nproc)"
}
package() {
More information about the arch-commits
mailing list