Date: Tuesday, October 22, 2019 @ 13:14:54 Author: arodseth Revision: 518292
upgpkg: k9s 0.9.2-1 Modified: k9s/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-22 13:14:50 UTC (rev 518291) +++ PKGBUILD 2019-10-22 13:14:54 UTC (rev 518292) @@ -1,7 +1,7 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=k9s -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc='Kubernetes TUI for managing clusters and pods' arch=(x86_64) @@ -8,12 +8,15 @@ url='https://github.com/derailed/k9s' license=(APACHE) makedepends=(git go) -source=("git+$url#commit=452a8e4") # 0.9.1 +source=("git+$url#commit=785bd5ae34ccdcbfb7af2342eb2dca4cb3c39728") # 0.9.2 sha256sums=('SKIP') build() { cd $pkgname - go build -gcflags "all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -ldflags "-extldflags ${LDFLAGS}" + go build \ + -gcflags "all=-trimpath=${PWD}" \ + -asmflags "all=-trimpath=${PWD}" \ + -ldflags "-extldflags ${LDFLAGS}" } package() {
