Date: Wednesday, March 29, 2017 @ 16:08:00 Author: jsteel Revision: 219877
upgpkg: vagrant 1.9.3-1 Modified: vagrant/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-29 16:07:47 UTC (rev 219876) +++ PKGBUILD 2017-03-29 16:08:00 UTC (rev 219877) @@ -10,7 +10,7 @@ # Contributor: Steven Nance <[email protected]> pkgname=vagrant -pkgver=1.9.2 +pkgver=1.9.3 pkgrel=1 pkgdesc="Build and distribute virtualized development environments" arch=('i686' 'x86_64') @@ -18,8 +18,9 @@ license=('MIT') options=('!emptydirs') depends=('vagrant-substrate' 'libyaml') +makedepends=('openssl-1.0') source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('1d2da0186bf40c5bbebc8952ae712254') +md5sums=('2daa81b6b8dfecea14d1201fd9af958e') build() { cd $pkgname-$pkgver
