Date: Friday, April 7, 2023 @ 00:11:37
Author: hashworks
Revision: 1440339
archrelease: copy trunk to community-x86_64
Added:
terraform/repos/community-x86_64/PKGBUILD
(from rev 1440338, terraform/trunk/PKGBUILD)
terraform/repos/community-x86_64/terraform.bash
(from rev 1440338, terraform/trunk/terraform.bash)
terraform/repos/community-x86_64/terraform.zsh
(from rev 1440338, 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-04-07 00:11:31 UTC (rev 1440338)
+++ PKGBUILD 2023-04-07 00:11:37 UTC (rev 1440339)
@@ -1,55 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-# Maintainer: Daurnimator <[email protected]>
-# Maintainer: Justin Kromlinger <[email protected]>
-# Contributor: Jerome Leclanche <[email protected]>
-
-pkgname=terraform
-pkgver=1.4.2
-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=('66b937dae65c12eddfca9a4b95294fe5fff2ccb79f2afcd8ec47d227e0a36f8edba4190939d59c80a78a0752c42e43085e30f09ea66fd06531dc9cfe30fd78f2'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('ec79eae36c9e462fa94afe2127343fd7f1e4e629b077fd6ccaea092cc53bfa74add2407070bc0925f81c12e51f758561e535aae298b8fee5d9fffa32b86bed57'
-
'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 1440338,
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-07 00:11:37 UTC (rev 1440339)
@@ -0,0 +1,55 @@
+# Maintainer: Christian Rebischke <[email protected]>
+# Maintainer: Daurnimator <[email protected]>
+# Maintainer: Justin Kromlinger <[email protected]>
+# Contributor: Jerome Leclanche <[email protected]>
+
+pkgname=terraform
+pkgver=1.4.4
+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=('995eede915cf8f98e0b0f1ada7ef88dd614b04bb437b015eac3b73346dfdb06bd6afc7931ee12e4193935c712b42452ad35040cf1caf8fd3aa458c8fc8d9c406'
+
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
+b2sums=('275f7966e1684f76986e173a0b60f7a99dc217346174be706edf49a0aa8e9bf2d63c25436779aefbdf2fcbf853b551df30a685d8eaf9f3eb7f68cb875de8dca3'
+
'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-04-07 00:11:31 UTC (rev 1440338)
+++ terraform.bash 2023-04-07 00:11:37 UTC (rev 1440339)
@@ -1 +0,0 @@
-complete -C /usr/bin/terraform terraform
Copied: terraform/repos/community-x86_64/terraform.bash (from rev 1440338,
terraform/trunk/terraform.bash)
===================================================================
--- terraform.bash (rev 0)
+++ terraform.bash 2023-04-07 00:11:37 UTC (rev 1440339)
@@ -0,0 +1 @@
+complete -C /usr/bin/terraform terraform
Deleted: terraform.zsh
===================================================================
--- terraform.zsh 2023-04-07 00:11:31 UTC (rev 1440338)
+++ terraform.zsh 2023-04-07 00:11:37 UTC (rev 1440339)
@@ -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 1440338,
terraform/trunk/terraform.zsh)
===================================================================
--- terraform.zsh (rev 0)
+++ terraform.zsh 2023-04-07 00:11:37 UTC (rev 1440339)
@@ -0,0 +1,3 @@
+#compdef terraform
+autoload -U +X bashcompinit && bashcompinit
+complete -o nospace -C /usr/bin/terraform terraform