Date: Friday, March 13, 2020 @ 08:24:30 Author: foxboron Revision: 595663
upgpkg: k9s 0.17.7-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 08:09:43 UTC (rev 595662) +++ PKGBUILD 2020-03-13 08:24:30 UTC (rev 595663) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=k9s -pkgver=0.17.6 +pkgver=0.17.7 pkgrel=1 pkgdesc='Kubernetes TUI for managing clusters and pods' arch=(x86_64) @@ -9,13 +9,13 @@ url='https://github.com/derailed/k9s' license=(APACHE) makedepends=(git go-pie) -_commit=efffd2ae5dc3fb82789f5aa0d0f9a6c315b18aab # 0.17.6 +_commit=2e05367256a7b2777b011da7213cf636c9ae4d17 # 0.17.7 source=("git+$url#commit=$_commig") sha256sums=('SKIP') build() { cd $pkgname - export GOFLAGS="-trimpath" + export GOFLAGS="-buildmode=pie -trimpath" export CGO_LDFLAGS="${LDFLAGS}" make build }
