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

Christian Rebischke shibumi at archlinux.org
Sun Mar 10 15:25:28 UTC 2019


    Date: Sunday, March 10, 2019 @ 15:25:27
  Author: shibumi
Revision: 439343

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-10 15:25:18 UTC (rev 439342)
+++ PKGBUILD	2019-03-10 15:25:27 UTC (rev 439343)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=terraform
-pkgver=0.11.11
-pkgrel=2
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
-url="http://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=('aa60d15b06ac7a925a722a5ad0070bb1aa580f9ed54cfcc08378f84e25526e01')
-
-
-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 439342, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-10 15:25:27 UTC (rev 439343)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=terraform
+pkgver=0.11.12
+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=('ca4a8c816cea5e83362f2fc9e2c0976be0155d0c13f638813aaaa2034786da9a')
+
+
+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