Date: Wednesday, March 8, 2023 @ 18:58:49
  Author: hashworks
Revision: 1416884

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 1416883, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
    (from rev 1416883, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.zsh
    (from rev 1416883, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.zsh

----------------+
 PKGBUILD       |  110 +++++++++++++++++++++++++++----------------------------
 terraform.bash |    2 -
 terraform.zsh  |    6 +--
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-08 18:58:46 UTC (rev 1416883)
+++ PKGBUILD    2023-03-08 18:58:49 UTC (rev 1416884)
@@ -1,55 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
-# Maintainer: Daurnimator <daurnima...@archlinux.org>
-# Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
-# Contributor: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=terraform
-pkgver=1.3.9
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://github.com/hashicorp/terraform";
-arch=("x86_64")
-license=("MPL")
-makedepends=('go')
-depends=('glibc')
-optdepends=('diffutils: for running `terraform fmt -diff`')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
-        "terraform.bash"
-        "terraform.zsh")
-sha512sums=('3e951142120b5d71830b5bde34ef3e8907b1585f461f51f83e16170a46e1fc21934d4d1935f1a49963add3d894f68a5cf267ef91293347d0dd9a4b90978ea751'
-            
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-            
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('bfe823a2c1bc8d6188d339c8b5d452be4873adf1063aa0a880457d7e5b4e042d2d8c2ba93eb20eb46bad209c184bfe628b5093d6bdd6163e1bc57934c6770ad2'
-        
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-        
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-       cd "$pkgname-$pkgver"
-       go mod download
-}
-
-build() {
-       cd "$pkgname-$pkgver"
-       export CGO_CPPFLAGS="${CPPFLAGS}"
-       export CGO_CFLAGS="${CFLAGS}"
-       export CGO_CXXFLAGS="${CXXFLAGS}"
-       export CGO_LDFLAGS="${LDFLAGS}"
-       export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-       export GOPROXY=off
-       go build -o terraform-binary
-}
-
-check() {
-       cd "${pkgname}-${pkgver}"
-       go test -mod=readonly ./...
-}
-
-package() {
-       install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-       install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-       cd "$pkgname-$pkgver"
-       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 1416883, 
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-08 18:58:49 UTC (rev 1416884)
@@ -0,0 +1,55 @@
+# Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
+# Maintainer: Daurnimator <daurnima...@archlinux.org>
+# Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
+# Contributor: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=terraform
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://github.com/hashicorp/terraform";
+arch=("x86_64")
+license=("MPL")
+makedepends=('go')
+depends=('glibc')
+optdepends=('diffutils: for running `terraform fmt -diff`')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
+        "terraform.bash"
+        "terraform.zsh")
+sha512sums=('0f17416dd658915f0bcd83f37428aedbdf60fd89744192bdae2f898fc8445d98544d39651b9779d4dce61f9e97b38b6746ea03ceb33891a21c3c9f2ea4fce321'
+            
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+            
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
+b2sums=('c5377a7846bd02d306dbd9dbdc5ac144e2eb78093ff5ee8a980f647651dfbaff6b737420086dbcb96fb642caf415cd4d591e87d9356364e402e653892b65f42b'
+        
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
+        
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
+
+prepare() {
+       cd "$pkgname-$pkgver"
+       go mod download
+}
+
+build() {
+       cd "$pkgname-$pkgver"
+       export CGO_CPPFLAGS="${CPPFLAGS}"
+       export CGO_CFLAGS="${CFLAGS}"
+       export CGO_CXXFLAGS="${CXXFLAGS}"
+       export CGO_LDFLAGS="${LDFLAGS}"
+       export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+       export GOPROXY=off
+       go build -o terraform-binary
+}
+
+check() {
+       cd "${pkgname}-${pkgver}"
+       go test -mod=readonly ./...
+}
+
+package() {
+       install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
+       install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+
+       cd "$pkgname-$pkgver"
+       install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: terraform.bash
===================================================================
--- terraform.bash      2023-03-08 18:58:46 UTC (rev 1416883)
+++ terraform.bash      2023-03-08 18:58:49 UTC (rev 1416884)
@@ -1 +0,0 @@
-complete -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.bash (from rev 1416883, 
terraform/trunk/terraform.bash)
===================================================================
--- terraform.bash                              (rev 0)
+++ terraform.bash      2023-03-08 18:58:49 UTC (rev 1416884)
@@ -0,0 +1 @@
+complete -C /usr/bin/terraform terraform

Deleted: terraform.zsh
===================================================================
--- terraform.zsh       2023-03-08 18:58:46 UTC (rev 1416883)
+++ terraform.zsh       2023-03-08 18:58:49 UTC (rev 1416884)
@@ -1,3 +0,0 @@
-#compdef terraform
-autoload -U +X bashcompinit && bashcompinit
-complete -o nospace -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.zsh (from rev 1416883, 
terraform/trunk/terraform.zsh)
===================================================================
--- terraform.zsh                               (rev 0)
+++ terraform.zsh       2023-03-08 18:58:49 UTC (rev 1416884)
@@ -0,0 +1,3 @@
+#compdef terraform
+autoload -U +X bashcompinit && bashcompinit
+complete -o nospace -C /usr/bin/terraform terraform

Reply via email to