diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index cf73b40bc9f..046db9871cd 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -1,6 +1,6 @@ # Template file for 'vagrant' pkgname=vagrant -version=1.9.3 +version=1.9.4 revision=1 hostmakedepends="ruby" makedepends="ruby-devel zlib-devel" @@ -10,12 +10,16 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://www.vagrantup.com/" distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz" -checksum=4b141f60e7e59e654b9a77eb137f208613349db331cdbfcd9a8354b8ebba5c00 +checksum=23358ad5d1a37d3d856709da55d8696c6eef30fcf88abd27ffe4b8441cfada7f nocross=yes patch_args="-p1" only_for_archs="i686 x86_64" +pre_build() { + sed -i 's|\,\ "<\ 2\.4"||g' $pkgname.gemspec +} + do_build() { gem build $pkgname.gemspec }