Date: Saturday, June 11, 2016 @ 23:42:44 Author: jsteel Revision: 179694
upgpkg: vagrant 1.8.3-1 Modified: vagrant/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-11 20:53:37 UTC (rev 179693) +++ PKGBUILD 2016-06-11 21:42:44 UTC (rev 179694) @@ -10,7 +10,7 @@ # Contributor: Steven Nance <[email protected]> pkgname=vagrant -pkgver=1.8.1 +pkgver=1.8.3 pkgrel=1 pkgdesc="Build and distribute virtualized development environments" arch=('i686' 'x86_64') @@ -19,8 +19,15 @@ options=('!emptydirs') depends=('vagrant-substrate') source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('5278b6828629d040dab549f61e8c8435') +md5sums=('754f5af9d7222762feb233048a07a48c') +prepare() { + cd $pkgname-$pkgver + + # build fails with 1.6.4 -> 1.6.8 + sed -i '/nokogiri/s/1.6.7.1/1.6.3.1/' vagrant.gemspec +} + build() { cd $pkgname-$pkgver
