[arch-commits] Commit in terraform/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sat May 18 21:27:18 UTC 2019


    Date: Saturday, May 18, 2019 @ 21:27:17
  Author: shibumi
Revision: 467899

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-18 21:27:12 UTC (rev 467898)
+++ PKGBUILD	2019-05-18 21:27:17 UTC (rev 467899)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=terraform
-pkgver=0.11.13
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
-url="https://www.terraform.io/"
-arch=("x86_64")
-license=("MPL")
-makedepends=("go-pie")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha256sums=("6a7440aa752d15111a8e5fb00969a533e288e8b348ba2e425222d7151398aa86")
-
-
-prepare() {
-	export GOPATH="${srcdir}"
-	export PATH="$PATH:$GOPATH/bin"
-	mkdir -p src/github.com/hashicorp/
-	mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
-}
-
-
-build() {
-	cd src/github.com/hashicorp/"${pkgname}"
-	go build -o terraform-binary
-}
-
-
-package() {
-	cd src/github.com/hashicorp/"${pkgname}"
-	install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 467898, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-18 21:27:17 UTC (rev 467899)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=terraform
+pkgver=0.11.14
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
+url="https://www.terraform.io/"
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
+sha256sums=('50b75c94c4d3bfe44cfc12c740126747b6b34c014602777154356caa85a783f4')
+
+
+prepare() {
+	export GOPATH="${srcdir}"
+	export PATH="$PATH:$GOPATH/bin"
+	mkdir -p src/github.com/hashicorp/
+	mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+}
+
+
+build() {
+	cd src/github.com/hashicorp/"${pkgname}"
+	go build -o terraform-binary
+}
+
+
+package() {
+	cd src/github.com/hashicorp/"${pkgname}"
+	install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list