Date: Saturday, May 16, 2020 @ 11:29:27 Author: foxboron Revision: 628167
upgpkg: k9s 0.19.5-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-16 11:25:27 UTC (rev 628166) +++ PKGBUILD 2020-05-16 11:29:27 UTC (rev 628167) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.19.4 +pkgver=0.19.5 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=bd151db6d3def40df47e4407f6a537e7f3cbd969 # 0.19.4 +_commit=9f1b099e290f6e73d7dead475b34a180a18eb9a5 # 0.19.5 source=("git+$url#commit=$_commit") sha256sums=('SKIP') @@ -20,9 +20,11 @@ build() { cd $pkgname - export GOFLAGS='-buildmode=pie -trimpath' - export CGO_LDFLAGS="$LDFLAGS" - export CGO_CFLAGS="$CFLAGS" + export CGO_LDFLAGS="${LDFLAGS}" + export CGO_CFLAGS="${CFLAGS}" + export CGO_CPPFLAGS="${CPPFLAGS}" + export CGO_CXXFLAGS="${CXXFLAGS}" + export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" make VERSION=v$pkgver build }
