Date: Wednesday, October 24, 2018 @ 10:25:36
  Author: jleclanche
Revision: 398785

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-24 10:25:24 UTC (rev 398784)
+++ PKGBUILD    2018-10-24 10:25:36 UTC (rev 398785)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=terraform
-pkgver=0.11.9
-pkgrel=1
-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=("cf2ecbdc9ea7c5294942f1c633b2871bf2bc620661148bf08546da2d32543784")
-
-
-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 398784, 
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-10-24 10:25:36 UTC (rev 398785)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=terraform
+pkgver=0.11.10
+pkgrel=1
+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=("3cdf16618f7291ac70793f680d859223907039bdf559ca5b5e49fae7df2e736d")
+
+
+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