summaryrefslogtreecommitdiff
path: root/community/vagrant
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-14 03:31:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-14 03:31:50 +0000
commit747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (patch)
tree9c6ed9681aa290107e9068b3e7907b078480e12c /community/vagrant
parentaf87d2873bcaaf5a93ccf25da80aa670f89fbe96 (diff)
Wed May 14 03:25:27 UTC 2014
Diffstat (limited to 'community/vagrant')
-rw-r--r--community/vagrant/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/vagrant/PKGBUILD b/community/vagrant/PKGBUILD
index cfe4ac628..ad0e6541c 100644
--- a/community/vagrant/PKGBUILD
+++ b/community/vagrant/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110860 2014-05-08 17:45:19Z jsteel $
+# $Id: PKGBUILD 111096 2014-05-13 17:47:05Z jsteel $
# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: Ido Rosen <ido@kernel.org>
# Contributor: Brett Hoerner <brett@bretthoerner.com>
@@ -10,7 +10,7 @@
# Contributor: Steven Nance <steven@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 @@ url="http://vagrantup.com"
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'