[arch-commits] Commit in k9s/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 2 12:35:44 UTC 2021
Date: Sunday, May 2, 2021 @ 12:35:44
Author: foxboron
Revision: 926131
upgpkg: k9s 0.24.8-1
Modified:
k9s/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 12:35:40 UTC (rev 926130)
+++ PKGBUILD 2021-05-02 12:35:44 UTC (rev 926131)
@@ -2,7 +2,7 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=k9s
-pkgver=0.24.7
+pkgver=0.24.8
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=303de07663dcb20899852a98d3ebf6ce2f1c7922 #refs/tags/v0.24.7^{}
+_commit=627c38cb360f7a9b6eb5f856c7658838644d1540 #refs/tags/v0.24.8^{}
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')
@@ -18,11 +18,6 @@
git describe --tags | sed 's/^v//;s/-/+/g'
}
-prepare() {
- cd $pkgname
- git cherry-pick -n 82b1c8a6113210e713a72dcaf0cc9bba912a9c95
-}
-
build() {
cd $pkgname
export CGO_LDFLAGS="${LDFLAGS}"
More information about the arch-commits
mailing list