Date: Monday, October 3, 2022 @ 23:25:57
  Author: daurnimator
Revision: 1320853

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 1320852, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
    (from rev 1320852, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.zsh
    (from rev 1320852, 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       |  108 +++++++++++++++++++++++++++----------------------------
 terraform.bash |    2 -
 terraform.zsh  |    6 +--
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-03 23:25:35 UTC (rev 1320852)
+++ PKGBUILD    2022-10-03 23:25:57 UTC (rev 1320853)
@@ -1,54 +0,0 @@
-# Maintainer: Jerome Leclanche <[email protected]>
-# Maintainer: Christian Rebischke <[email protected]>
-# Maintainer: Daurnimator <[email protected]>
-
-pkgname=terraform
-pkgver=1.3.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=('154501072e5cb3e3cd8aed3b3858d1e2da2408d206b141917c00d5c48a6151fbd09900d1d250ba6239777cd07353c5fe756d66fdda94a88d63ffabef333af16c'
-            
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-            
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('d6a0da21b5d7dde99dbe4630edf52317c3d524933e6981fc041e85fd96c7cd7abceca978931ec762348db1e7cb4f08d2c49952d0529507ae66036abe503ca20b'
-        
'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 1320852, 
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-03 23:25:57 UTC (rev 1320853)
@@ -0,0 +1,54 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Maintainer: Christian Rebischke <[email protected]>
+# Maintainer: Daurnimator <[email protected]>
+
+pkgname=terraform
+pkgver=1.3.1
+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=('cdce3bc1065c32bb4b050e018e83aa37266585f9a1994fd935d01d54cb700011ecc11c0a631f4ec9ea0f4c8311071f79a6764e39c725447ad8322c10b7c83e2c'
+            
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+            
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
+b2sums=('c2ec1b5a2ebb78fb043e88a7930ab3457c0c82c2ca821095ee57aa3678b7464f736033637941e7afda166165b11ccdf3616d7522b949895396f751866971ee47'
+        
'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      2022-10-03 23:25:35 UTC (rev 1320852)
+++ terraform.bash      2022-10-03 23:25:57 UTC (rev 1320853)
@@ -1 +0,0 @@
-complete -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.bash (from rev 1320852, 
terraform/trunk/terraform.bash)
===================================================================
--- terraform.bash                              (rev 0)
+++ terraform.bash      2022-10-03 23:25:57 UTC (rev 1320853)
@@ -0,0 +1 @@
+complete -C /usr/bin/terraform terraform

Deleted: terraform.zsh
===================================================================
--- terraform.zsh       2022-10-03 23:25:35 UTC (rev 1320852)
+++ terraform.zsh       2022-10-03 23:25:57 UTC (rev 1320853)
@@ -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 1320852, 
terraform/trunk/terraform.zsh)
===================================================================
--- terraform.zsh                               (rev 0)
+++ terraform.zsh       2022-10-03 23:25:57 UTC (rev 1320853)
@@ -0,0 +1,3 @@
+#compdef terraform
+autoload -U +X bashcompinit && bashcompinit
+complete -o nospace -C /usr/bin/terraform terraform

Reply via email to