Date: Monday, May 8, 2023 @ 21:08:42
  Author: foxboron
Revision: 1459558

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-08 21:08:35 UTC (rev 1459557)
+++ PKGBUILD    2023-05-08 21:08:42 UTC (rev 1459558)
@@ -1,47 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Maintainer: Morten Linderud <[email protected]>
-
-pkgname=k9s
-pkgver=0.27.3
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-options=('!lto')
-_commit=7c76691c389e4e7de29516932a304f7029307c6d       #refs/tags/v0.27.0^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-options=('!lto')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  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=$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  execs/k9s completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/k9s"
-  execs/k9s completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_k9s"
-  execs/k9s completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 1459557, 
k9s/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-08 21:08:42 UTC (rev 1459558)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Maintainer: Morten Linderud <[email protected]>
+
+pkgname=k9s
+pkgver=0.27.4
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+options=('!lto')
+_commit=f4543e9bd2f9e2db922d12ba23363f6f7db38f9c       #refs/tags/v0.27.4^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+options=('!lto')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  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=$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  execs/k9s completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/k9s"
+  execs/k9s completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_k9s"
+  execs/k9s completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:

Reply via email to