vagrant: unlock Ruby 2.5.
This commit is contained in:
parent
d019420644
commit
5072bfa217
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue