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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 24 10:02:47 UTC 2020


    Date: Tuesday, March 24, 2020 @ 10:02:47
  Author: arodseth
Revision: 603796

upgpkg: k9s 0.18.0-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 09:18:37 UTC (rev 603795)
+++ PKGBUILD	2020-03-24 10:02:47 UTC (rev 603796)
@@ -2,27 +2,25 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=k9s
-pkgver=0.17.7
+pkgver=0.18.0
 pkgrel=1
-pkgdesc='Kubernetes TUI for managing clusters and pods'
+pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go-pie)
-_commit=2e05367256a7b2777b011da7213cf636c9ae4d17 # 0.17.7
-source=("git+$url#commit=$_commig")
+source=("git+$url#commit=df43153110c11560eb75c7296bac5b7ac3c9a633") # 0.18.0
 sha256sums=('SKIP')
 
 build() {
   cd $pkgname
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS='-buildmode=pie -trimpath'
+  export CGO_LDFLAGS="$LDFLAGS"
   make build
 }
 
 check() {
-  cd $pkgname
-  make test
+  make -C $pkgname test
 }
 
 package() {



More information about the arch-commits mailing list