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

Morten Linderud foxboron at archlinux.org
Sat Apr 3 15:26:06 UTC 2021


    Date: Saturday, April 3, 2021 @ 15:26:05
  Author: foxboron
Revision: 911533

upgpkg: k9s 0.24.7-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-03 15:15:07 UTC (rev 911532)
+++ PKGBUILD	2021-04-03 15:26:05 UTC (rev 911533)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=k9s
-pkgver=0.24.6
+pkgver=0.24.7
 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=0b965ebf4b1d871fd6486d6176839afff61e7104	#refs/tags/v0.24.6^{}
+_commit=303de07663dcb20899852a98d3ebf6ce2f1c7922	#refs/tags/v0.24.7^{}
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,7 +20,7 @@
 
 prepare() {
   cd $pkgname
-  go mod tidy
+  git cherry-pick -n 82b1c8a6113210e713a72dcaf0cc9bba912a9c95
 }
 
 build() {



More information about the arch-commits mailing list