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

Jonathan Steel jsteel at archlinux.org
Tue Jan 13 18:41:16 UTC 2015


    Date: Tuesday, January 13, 2015 @ 19:41:16
  Author: jsteel
Revision: 125879

upgpkg: vagrant 1.7.2-2

Fix FS#43419

Modified:
  vagrant/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 16:59:23 UTC (rev 125878)
+++ PKGBUILD	2015-01-13 18:41:16 UTC (rev 125879)
@@ -11,7 +11,7 @@
 
 pkgname=vagrant
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
 url="http://vagrantup.com"
@@ -25,6 +25,12 @@
 [[ $CARCH == i686 ]] && md5sums+=('c04042b24de56d18a041bc005e5ecaa4')
 [[ $CARCH == x86_64 ]] && md5sums+=('53d8a137e0b50fee8509a7d1c15fd33b')
 
+prepare() {
+  # Fix FS#43419
+  sed -i 's/hexdigest(path)/hexdigest(path.to_s)/' \
+    $pkgname-$pkgver/plugins/provisioners/puppet/provisioner/puppet.rb
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list