[arch-commits] Commit in k9s/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Nov 20 13:01:59 UTC 2019


    Date: Wednesday, November 20, 2019 @ 13:01:59
  Author: arodseth
Revision: 530733

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
    (from rev 530732, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-20 13:01:54 UTC (rev 530732)
+++ PKGBUILD	2019-11-20 13:01:59 UTC (rev 530733)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <derailed at archlinux.org>
-
-pkgname=k9s
-pkgver=0.9.2
-pkgrel=2
-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=785bd5ae34ccdcbfb7af2342eb2dca4cb3c39728") # 0.9.2
-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 530732, k9s/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-20 13:01:59 UTC (rev 530733)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <derailed at archlinux.org>
+
+pkgname=k9s
+pkgver=0.9.3
+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=1a9a83b34cdd0c9b4e793ed6b4b5c16ea1a949a0") # 0.9.3
+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