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

Christian Rebischke shibumi at archlinux.org
Tue Jan 12 20:57:46 UTC 2021


    Date: Tuesday, January 12, 2021 @ 20:57:46
  Author: shibumi
Revision: 820261

upgpkg: helmfile 0.137.0-2 fix helmfile version

Modified:
  helmfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 20:29:25 UTC (rev 820260)
+++ PKGBUILD	2021-01-12 20:57:46 UTC (rev 820261)
@@ -2,7 +2,7 @@
 
 pkgname=helmfile
 pkgver=0.137.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
 url="https://github.com/roboll/helmfile"
@@ -26,7 +26,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
+  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 .
   chmod +x ./helmfile
 }



More information about the arch-commits mailing list