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

Christian Rebischke shibumi at archlinux.org
Tue Jan 12 21:07:36 UTC 2021


    Date: Tuesday, January 12, 2021 @ 21:07:36
  Author: shibumi
Revision: 820263

upgpkg: helmfile 0.137.0-3 fix FULL RELRO

Modified:
  helmfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 20:58:37 UTC (rev 820262)
+++ PKGBUILD	2021-01-12 21:07:36 UTC (rev 820263)
@@ -2,7 +2,7 @@
 
 pkgname=helmfile
 pkgver=0.137.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
 url="https://github.com/roboll/helmfile"
@@ -26,8 +26,8 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external -ldflags=-X=github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}"
-  go build -v .
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v -ldflags "-linkmode=external -X github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}" .
   chmod +x ./helmfile
 }
 



More information about the arch-commits mailing list