Date: Sunday, March 21, 2021 @ 11:25:26 Author: foxboron Revision: 897404
upgpkg: k9s 0.24.3-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-21 11:25:13 UTC (rev 897403) +++ PKGBUILD 2021-03-21 11:25:26 UTC (rev 897404) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.24.2 +pkgver=0.24.3 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=f929114ae4679c89ca06b2833d8a0fca5f1ec69d #refs/tags/v0.24.2^{} +_commit=4cbaea1a7a46edb24819df1e4300b9950a6bce4e #refs/tags/v0.24.3^{} source=("git+$url#commit=$_commit") sha256sums=('SKIP') @@ -18,6 +18,11 @@ git describe --tags | sed 's/^v//;s/-/+/g' } +prepare() { + cd $pkgname + go mod tidy +} + build() { cd $pkgname export CGO_LDFLAGS="${LDFLAGS}"
