vagrant: unlock Ruby 2.5.

This commit is contained in:
Leah Neukirchen
2018-01-18 14:16:14 +01:00
committed by Leаh Neukirchen
parent d019420644
commit 5072bfa217

View File

@@ -1,7 +1,7 @@
# Template file for 'vagrant'
pkgname=vagrant
version=2.0.1
revision=1
revision=2
hostmakedepends="ruby"
makedepends="ruby-devel zlib-devel"
depends="openssh curl bsdtar"
@@ -16,8 +16,8 @@ patch_args="-p1"
only_for_archs="i686 x86_64"
pre_build() {
sed -i 's|\,\ "<\ 2\.4"||g' $pkgname.gemspec
post_extract() {
sed -i 's|\,\ "<\ 2\.5"||g' $pkgname.gemspec
}
do_build() {