Date: Saturday, July 18, 2015 @ 20:13:08 Author: jsteel Revision: 137093
upgpkg: vagrant 1.7.4-1 Modified: vagrant/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-18 16:57:58 UTC (rev 137092) +++ PKGBUILD 2015-07-18 18:13:08 UTC (rev 137093) @@ -10,8 +10,9 @@ # Contributor: Steven Nance <[email protected]> pkgname=vagrant -pkgver=1.7.3 -pkgrel=2 +pkgver=1.7.4 +pkgrel=1 +_subver=2 pkgdesc="Build and distribute virtualized development environments" arch=('i686' 'x86_64') url="http://vagrantup.com" @@ -19,9 +20,9 @@ options=('!emptydirs') depends=('lzo' 'libidn' 'rtmpdump') source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) -source_i686+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_i686-2.zip) -source_x86_64+=(http://pkgbuild.com/~jsteel/arch/$pkgname/substrate_archlinux_x86_64-2.zip) -md5sums=('f69210d71278884d1ab918e251fc7371') +source_i686+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_i686-$_subver.zip) +source_x86_64+=(http://pkgbuild.com/~jsteel/$pkgname/substrate_archlinux_x86_64-$_subver.zip) +md5sums=('556b5e5594a327d46b63c4d8024db187') md5sums_i686=('a72932fa4f1a936d633a8efcde8981c1') md5sums_x86_64=('98d92dedfb660045ba779c4761deac58')
