Date: Saturday, December 18, 2021 @ 00:45:25 Author: shibumi Revision: 1076664
upgpkg: k9s 0.25.15-1: DISABLE GOPROXY This commit disables goproxy. We have to enable it when the goproxy infastructure runs smoothly again. Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-18 00:45:19 UTC (rev 1076663) +++ PKGBUILD 2021-12-18 00:45:25 UTC (rev 1076664) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.25.12 +pkgver=0.25.15 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=01bdc850205a450a6a34705bbde3b05e470a730b #refs/tags/v0.25.12^{} +_commit=df613ec88d2d77d5b6e8804ceca959a544218391 #refs/tags/v0.25.12^{} source=("git+$url#commit=$_commit") sha256sums=('SKIP') @@ -20,6 +20,7 @@ build() { cd $pkgname + export GOPROXY="direct" export CGO_LDFLAGS="${LDFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CPPFLAGS="${CPPFLAGS}"
