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

Jerome Leclanche jleclanche at archlinux.org
Sun Oct 21 17:12:23 UTC 2018


    Date: Sunday, October 21, 2018 @ 17:12:22
  Author: jleclanche
Revision: 398272

upgpkg: terraform 0.11.9-1

Upstream release 0.11.9

Modified:
  terraform/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 16:38:01 UTC (rev 398271)
+++ PKGBUILD	2018-10-21 17:12:22 UTC (rev 398272)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 pkgname=terraform
-pkgver=0.11.8
+pkgver=0.11.9
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
 url="http://www.terraform.io/"
@@ -9,27 +9,26 @@
 arch=("x86_64")
 license=("MPL")
 makedepends=("go-pie")
-depends=('glibc')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha512sums=('a82be5a2000b5adb417451d87def4ad93a86f63f1a72774f6b181b93e4d95e339eb13d6f30bd887bb89e40fa3f5a859d98303dca9332238450fa18ca8f4e3e99')
+sha256sums=("cf2ecbdc9ea7c5294942f1c633b2871bf2bc620661148bf08546da2d32543784")
 
 
 prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+	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
+	cd src/github.com/hashicorp/"${pkgname}"
+	go build -o terraform-binary
 }
 
 
 package() {
-  cd src/github.com/hashicorp/"${pkgname}"
+	cd src/github.com/hashicorp/"${pkgname}"
 	install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list