[arch-commits] Commit in k9s/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Apr 25 10:38:57 UTC 2020
Date: Saturday, April 25, 2020 @ 10:38:57
Author: foxboron
Revision: 620625
upgpkg: k9s 0.19.3-1
Modified:
k9s/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 09:39:44 UTC (rev 620624)
+++ PKGBUILD 2020-04-25 10:38:57 UTC (rev 620625)
@@ -2,7 +2,7 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=k9s
-pkgver=0.19.2
+pkgver=0.19.3
pkgrel=1
pkgdesc='TUI for managing Kubernetes clusters and pods'
arch=(x86_64)
@@ -9,10 +9,15 @@
url='https://github.com/derailed/k9s'
license=(APACHE)
makedepends=(git go)
-_commit=e231f18a79c6fb40a173135704564af3cf23caa0 # 0.19.2
+_commit=486a2afb40cea8aab1fb1270512dfee172137d49 # 0.19.3
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
build() {
cd $pkgname
export GOFLAGS='-buildmode=pie -trimpath'
More information about the arch-commits
mailing list