[arch-commits] Commit in vagrant/trunk (PKGBUILD)

Jonathan Steel jsteel at nymeria.archlinux.org
Tue May 13 17:46:44 UTC 2014


    Date: Tuesday, May 13, 2014 @ 19:46:44
  Author: jsteel
Revision: 111095

upgpkg: vagrant 1.6.2-1

Modified:
  vagrant/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-13 15:32:11 UTC (rev 111094)
+++ PKGBUILD	2014-05-13 17:46:44 UTC (rev 111095)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance <steven at devtrw.com>
 
 pkgname=vagrant
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -18,9 +18,10 @@
 license=('MIT')
 options=('!emptydirs')
 depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+makedepends=('git')
 source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
         http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('6dea6bea9055df3ab2d43de6b522e003')
+md5sums=('99ee5b69d9e3966a8ed081e46d1844ba')
 [[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
 [[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
 




More information about the arch-commits mailing list