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

Evangelos Foutras foutrelis at archlinux.org
Mon Jan 7 01:46:47 UTC 2019


    Date: Monday, January 7, 2019 @ 01:46:46
  Author: foutrelis
Revision: 420912

Fix build with bundler 2.0.x

Modified:
  wpscan/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-07 01:31:59 UTC (rev 420911)
+++ PKGBUILD	2019-01-07 01:46:46 UTC (rev 420912)
@@ -18,6 +18,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
   bundle config build.nokogiri --use-system-libraries
 }
 



More information about the arch-commits mailing list