[arch-commits] Commit in kubernetes/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Wed Jan 5 22:02:46 UTC 2022
Date: Wednesday, January 5, 2022 @ 22:02:46
Author: dvzrv
Revision: 1093700
upgpkg: kubernetes 1.23.1-2: Rebuild to fix fish completion for kubectl.
With 1.23.0 the zsh completion was accidentally been added for fish:
https://bugs.archlinux.org/task/73262
Modified:
kubernetes/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-05 22:02:37 UTC (rev 1093699)
+++ PKGBUILD 2022-01-05 22:02:46 UTC (rev 1093700)
@@ -4,7 +4,7 @@
pkgbase=kubernetes
pkgname=(kube-apiserver kube-controller-manager kube-proxy kube-scheduler kubectl kubelet kubeadm)
pkgver=1.23.1
-pkgrel=1
+pkgrel=2
pkgdesc="Production-Grade Container Scheduling and Management"
arch=(x86_64)
url="https://kubernetes.io/"
@@ -95,7 +95,7 @@
"_output/bin/${_binary}" completion bash > "_output/${_binary}"
"_output/bin/${_binary}" completion zsh > "_output/_${_binary}"
done
- _output/bin/kubectl completion zsh > _output/kubectl.fish
+ _output/bin/kubectl completion fish > _output/kubectl.fish
# docs
hack/update-generated-docs.sh
More information about the arch-commits
mailing list