[arch-commits] Commit in vagrant/repos/community-x86_64 (4 files)

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 18:11:04
  Author: jsteel
Revision: 657762

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 657761, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch
(from rev 657761, vagrant/trunk/ruby-2.7-fixes.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch

--+
 PKGBUILD |  169 +-
 ruby-2.7-fixes.patch |  436 -
 2 files changed, 305 insertions(+), 300 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 18:10:51 UTC (rev 657761)
+++ PKGBUILD2020-07-04 18:11:04 UTC (rev 657762)
@@ -1,82 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.9
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz' 'perl')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
-ruby-2.7-fixes.patch)
-md5sums=('b52b86985d95419d963c2985fd8cedf2'
- 'SKIP'
- '2e987a1d46a4c36e3d33d9f5aec21424')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-
-  patch -p1 < ../ruby-2.7-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 657761, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 18:11:04 UTC (rev 657762)
@@ -0,0 +1,87 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.9
+pkgrel=2
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
+ruby-2.7-fixes.patch)
+md5sums=('b52b86985d95419d963c2985fd8cedf2'
+ 'SKIP'
+ '2e987a1d46a4c36e3d33d9f5aec21424')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # relax ruby version requirements so this package can be built with the 
latest ruby
+  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
+
+  patch -p1 < ../ruby-2.7-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+

[arch-commits] Commit in vagrant/repos/community-x86_64 (4 files)

2020-05-14 Thread Jonathan Steel via arch-commits
Date: Thursday, May 14, 2020 @ 20:25:10
  Author: jsteel
Revision: 627991

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 627990, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch
(from rev 627990, vagrant/trunk/ruby-2.7-fixes.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch

--+
 PKGBUILD |  164 +-
 ruby-2.7-fixes.patch |  436 -
 2 files changed, 300 insertions(+), 300 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-14 20:24:58 UTC (rev 627990)
+++ PKGBUILD2020-05-14 20:25:10 UTC (rev 627991)
@@ -1,82 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.8
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz' 'perl')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
-ruby-2.7-fixes.patch)
-md5sums=('360711c8660b57e30d4ebd0e6b47261b'
- 'SKIP'
- '2e987a1d46a4c36e3d33d9f5aec21424')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-
-  patch -p1 < ../ruby-2.7-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 627990, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-14 20:25:10 UTC (rev 627991)
@@ -0,0 +1,82 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.9
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
+ruby-2.7-fixes.patch)
+md5sums=('b52b86985d95419d963c2985fd8cedf2'
+ 'SKIP'
+ '2e987a1d46a4c36e3d33d9f5aec21424')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # relax ruby version requirements so this package can be built with the 
latest ruby
+  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
+
+  patch -p1 < ../ruby-2.7-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/module

[arch-commits] Commit in vagrant/repos/community-x86_64 (4 files)

2020-05-06 Thread Jonathan Steel via arch-commits
Date: Wednesday, May 6, 2020 @ 07:55:15
  Author: jsteel
Revision: 625027

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 625026, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch
(from rev 625026, vagrant/trunk/ruby-2.7-fixes.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch

--+
 PKGBUILD |  165 +-
 ruby-2.7-fixes.patch |  436 -
 2 files changed, 300 insertions(+), 301 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 07:55:04 UTC (rev 625026)
+++ PKGBUILD2020-05-06 07:55:15 UTC (rev 625027)
@@ -1,83 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.7
-pkgrel=5
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz' 'perl')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
-   ruby-2.7-fixes.patch
-   )
-md5sums=('45147c55d560f3c91654e2c5535e7f58'
- 'SKIP'
- '2e987a1d46a4c36e3d33d9f5aec21424')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-
-  patch -p1 < ../ruby-2.7-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 625026, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 07:55:15 UTC (rev 625027)
@@ -0,0 +1,82 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.8
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
+ruby-2.7-fixes.patch)
+md5sums=('360711c8660b57e30d4ebd0e6b47261b'
+ 'SKIP'
+ '2e987a1d46a4c36e3d33d9f5aec21424')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # relax ruby version requirements so this package can be built with the 
latest ruby
+  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
+
+  patch -p1 < ../ruby-2.7-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrat

[arch-commits] Commit in vagrant/repos/community-x86_64 (4 files)

2020-04-21 Thread Jonathan Steel via arch-commits
Date: Tuesday, April 21, 2020 @ 17:38:29
  Author: jsteel
Revision: 617382

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 617381, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch
(from rev 617381, vagrant/trunk/ruby-2.7-fixes.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch

--+
 PKGBUILD |  166 +-
 ruby-2.7-fixes.patch |  436 -
 2 files changed, 301 insertions(+), 301 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-21 17:37:23 UTC (rev 617381)
+++ PKGBUILD2020-04-21 17:38:29 UTC (rev 617382)
@@ -1,83 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.7
-pkgrel=4
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com";
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
-   ruby-2.7-fixes.patch
-   )
-md5sums=('45147c55d560f3c91654e2c5535e7f58'
- 'SKIP'
- '2e987a1d46a4c36e3d33d9f5aec21424')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-
-  patch -p1 < ../ruby-2.7-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 617381, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-21 17:38:29 UTC (rev 617382)
@@ -0,0 +1,83 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.7
+pkgrel=5
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com";
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86";
+   ruby-2.7-fixes.patch
+   )
+md5sums=('45147c55d560f3c91654e2c5535e7f58'
+ 'SKIP'
+ '2e987a1d46a4c36e3d33d9f5aec21424')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # relax ruby version requirements so this package can be built with the 
latest ruby
+  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
+
+  patch -p1 < ../ruby-2.7-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substr