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

Christian Rebischke shibumi at archlinux.org
Thu Jun 13 17:47:09 UTC 2019


    Date: Thursday, June 13, 2019 @ 17:47:09
  Author: shibumi
Revision: 481289

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 17:46:59 UTC (rev 481288)
+++ PKGBUILD	2019-06-13 17:47:09 UTC (rev 481289)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=terraform
-pkgver=0.12.1
-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")
-sha512sums=('87776e37f3d371790a3de8a7cc1f60816eedb436edce049edd7e87f9b88d7749a3ea9e7dd013ad9312a041d1e3d94d448feb2ed61d8bf010aa542dcd7b20661d')
-
-
-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 481288, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-13 17:47:09 UTC (rev 481289)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=terraform
+pkgver=0.12.2
+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")
+sha512sums=('2d4d91b346a6ce917919a8be53700a4b698f4ae02cf8315b1adbb57555a6e3a7089831fe12db16721b5b58e9a8b0fe7a55a0a6e15f09bc6a30cc91fd3198994d')
+
+
+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