Date: Friday, November 17, 2017 @ 12:21:57
  Author: jleclanche
Revision: 267082

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 267081, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-17 12:21:45 UTC (rev 267081)
+++ PKGBUILD    2017-11-17 12:21:57 UTC (rev 267082)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=terraform
-pkgver=0.10.8
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go-pie" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("b076726f00b0488fc95bb041e982cb6aeaf280395d31f322017dd143bbabd7c4")
-
-
-prepare() {
-       mkdir -p "$srcdir/src/$_gourl"
-       rm -rf "$srcdir/src/$_gourl/$pkgname"
-       mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-       msg2 "Fetching dependencies"
-       cd "$srcdir/src/$_gourl/$pkgname"
-       GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-       GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-       msg2 "Build program"
-       cd "$srcdir/src/$_gourl/$pkgname"
-       GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-       cd "$srcdir/bin"
-       install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-       cd "$srcdir/src/$_gourl/$pkgname"
-       # Zsh completion
-       install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 267081, 
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-11-17 12:21:57 UTC (rev 267082)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=terraform
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/";
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie" "godep" "git" "mercurial")
+_gourl="github.com/hashicorp"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
+sha256sums=("2625ab24b71ccb8b9e1cf8794c3d3cd147313768066103fb970d58fa6a0a65fe")
+
+
+prepare() {
+       mkdir -p "$srcdir/src/$_gourl"
+       rm -rf "$srcdir/src/$_gourl/$pkgname"
+       mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+       msg2 "Fetching dependencies"
+       cd "$srcdir/src/$_gourl/$pkgname"
+       GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+       GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+       msg2 "Build program"
+       cd "$srcdir/src/$_gourl/$pkgname"
+       GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+       cd "$srcdir/bin"
+       install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+       cd "$srcdir/src/$_gourl/$pkgname"
+       # Zsh completion
+       install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Reply via email to