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

Morten Linderud foxboron at archlinux.org
Tue Mar 24 13:53:13 UTC 2020


    Date: Tuesday, March 24, 2020 @ 13:53:13
  Author: foxboron
Revision: 603838

upgpkg: k9s 0.18.0-2


Fixes FS#65960

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 13:45:55 UTC (rev 603837)
+++ PKGBUILD	2020-03-24 13:53:13 UTC (rev 603838)
@@ -3,7 +3,7 @@
 
 pkgname=k9s
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
 url='https://github.com/derailed/k9s'
@@ -16,7 +16,7 @@
   cd $pkgname
   export GOFLAGS='-buildmode=pie -trimpath'
   export CGO_LDFLAGS="$LDFLAGS"
-  make build
+  make VERSION=v$pkgver build
 }
 
 check() {



More information about the arch-commits mailing list