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

Anatol Pomozov anatolik at archlinux.org
Sat Dec 28 07:38:22 UTC 2019


    Date: Saturday, December 28, 2019 @ 07:38:22
  Author: anatolik
Revision: 543478

Relax ruby version requirements so the package can be built with ruby 2.7

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-28 00:29:58 UTC (rev 543477)
+++ PKGBUILD	2019-12-28 07:38:22 UTC (rev 543478)
@@ -32,6 +32,9 @@
   cd $pkgname-$pkgver
   # fix for virtualbox 6.1
   patch -p1 -i "$srcdir/fb4e6985e142da56bad143d70600cd3695c91757.patch"
+
+  # relax ruby version requirements so this package can be built with the latest ruby
+  sed 's/s.required_ruby_version     = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
 }
 
 build() {



More information about the arch-commits mailing list