Date: Wednesday, June 5, 2019 @ 11:18:30
  Author: shibumi
Revision: 476968

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-05 11:18:25 UTC (rev 476967)
+++ PKGBUILD    2019-06-05 11:18:30 UTC (rev 476968)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
-
-pkgname=terraform
-pkgver=0.12.0
-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=('2bd05455d3ae541f807d3a6440f63d9d1722625ed3cf04e509c4dd893582dbc2c2718f3705191db1e61093a166a9b5fd10c083ab48fa1718df04d32adeabba43')
-
-
-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 476967, 
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-06-05 11:18:30 UTC (rev 476968)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebisc...@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"
+}

Reply via email to