Date: Thursday, April 16, 2020 @ 20:42:34 Author: foxboron Revision: 615366
upgpkg: k9s 0.19.2-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-16 20:41:24 UTC (rev 615365) +++ PKGBUILD 2020-04-16 20:42:34 UTC (rev 615366) @@ -2,14 +2,15 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.19.1 +pkgver=0.19.2 pkgrel=1 pkgdesc='TUI for managing Kubernetes clusters and pods' arch=(x86_64) url='https://github.com/derailed/k9s' license=(APACHE) -makedepends=(git go-pie) -source=("git+$url#commit=4c6e5458855f5f9fed3cd580d087568ce363c67b") # 0.18.1 +makedepends=(git go) +_commit=e231f18a79c6fb40a173135704564af3cf23caa0 # 0.19.2 +source=("git+$url#commit=$_commit") sha256sums=('SKIP') build() { @@ -16,6 +17,7 @@ cd $pkgname export GOFLAGS='-buildmode=pie -trimpath' export CGO_LDFLAGS="$LDFLAGS" + export CGO_CFLAGS="$CFLAGS" make VERSION=v$pkgver build }
