[arch-commits] Commit in helmfile/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Dec 20 22:10:11 UTC 2020


    Date: Sunday, December 20, 2020 @ 22:10:10
  Author: shibumi
Revision: 780800

upgpkg: helmfile 0.135.0-1

Modified:
  helmfile/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-20 22:07:23 UTC (rev 780799)
+++ PKGBUILD	2020-12-20 22:10:10 UTC (rev 780800)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 pkgname=helmfile
-pkgver=0.132.0
+pkgver=0.135.0
 pkgrel=1
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz")
-sha512sums=('b807608b418610539ff0f7dd8e50927b19420328292fe4d1b9f6994ee6a18337d8496493987c5b1885a53673cd9bff5ab5f495d7b7a20283d96756ff420fe255')
+sha512sums=('2f0d65a9357e80c04c0332ee4ce7c8630fa006239fda8ad0946d6dee6aeacb857332871d2a0756180f481f58965db46805b7192d1017c61a80111485193505df')
 
 prepare() {
   export GOPATH="${srcdir}"
@@ -26,8 +26,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export GOLDFLAGS="-linkmode=external"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
   go build -v .
   chmod +x ./helmfile
 }



More information about the arch-commits mailing list