[arch-commits] Commit in k9s/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Feb 12 14:49:25 UTC 2020
Date: Wednesday, February 12, 2020 @ 14:49:25
Author: arodseth
Revision: 569351
archrelease: copy trunk to community-x86_64
Added:
k9s/repos/community-x86_64/PKGBUILD
(from rev 569350, k9s/trunk/PKGBUILD)
Deleted:
k9s/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-12 14:49:20 UTC (rev 569350)
+++ PKGBUILD 2020-02-12 14:49:25 UTC (rev 569351)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=k9s
-pkgver=0.13.8
-pkgrel=1
-pkgdesc='Kubernetes TUI for managing clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go-pie)
-source=("git+$url#commit=bd4fdf33229fbeae46b58365a225262a9558273b") # 0.13.8
-sha256sums=('SKIP')
-
-build() {
- cd $pkgname
- go build \
- -gcflags "all=-trimpath=${PWD}" \
- -asmflags "all=-trimpath=${PWD}" \
- -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
- cd $pkgname
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 569350, k9s/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-12 14:49:25 UTC (rev 569351)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=k9s
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Kubernetes TUI for managing clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go-pie)
+source=("git+$url#commit=e09d61f10d0ab49338b30401a2ba71f3b5c1ac70") # 0.14.0
+sha256sums=('SKIP')
+
+build() {
+ cd $pkgname
+ go build \
+ -gcflags "all=-trimpath=${PWD}" \
+ -asmflags "all=-trimpath=${PWD}" \
+ -ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+ cd $pkgname
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list