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

Morten Linderud foxboron at gemini.archlinux.org
Mon Dec 13 22:55:36 UTC 2021


    Date: Monday, December 13, 2021 @ 22:55:36
  Author: foxboron
Revision: 1072573

upgpkg: k9s 0.25.10-1

Modified:
  k9s/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-13 22:48:09 UTC (rev 1072572)
+++ PKGBUILD	2021-12-13 22:55:36 UTC (rev 1072573)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=k9s
-pkgver=0.25.8
+pkgver=0.25.10
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
-_commit=f97bceaf643c0744353196f8d97221a2d111635a	#refs/tags/v0.25.7^{}
+_commit=e64dcbcbdc35b60edc37cc8753ff7023e1a6bf18	#refs/tags/v0.25.10^{}
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,9 +34,9 @@
 
 package() {
   cd $pkgname
-  exes/k9s completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/k9s"
-  exes/k9s completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_k9s"
-  exes/k9s completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
+  execs/k9s completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/k9s"
+  execs/k9s completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_k9s"
+  execs/k9s completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
   install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list