summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-01-21 11:23:15 +0000
committergithub-actions[bot]2024-01-21 11:23:15 +0000
commit8ff486458dbbc93d46a136636c4b02e931bd91f0 (patch)
tree8a251ee8790ed33fd89a800bc9925cbcc0033e14
parent39f50fb36e63d41e7d9c80b0822718e4ec7a0524 (diff)
downloadaur-8ff486458dbbc93d46a136636c4b02e931bd91f0.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8423be2ddb0..59c5a2ab47fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kubectl-gke-regular-bin
pkgdesc = Kubernetes.io client binary, compatible with the GKE version from the regular channel
pkgver = v1.24.17
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/kubernetes/kubectl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 54f900f530b1..c062f283b57e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=kubectl-gke-regular-bin
pkgver=v1.24.17
-pkgrel=4
+pkgrel=5
pkgdesc='Kubernetes.io client binary, compatible with the GKE version from the regular channel'
url='https://github.com/kubernetes/kubectl'
arch=(i686 x86_64 armv5 armv6h armv7h aarch64)
license=(Apache-2.0)
+install=''
conflicts=(kubectl-gke-regular-bin kubectl-gke-regular-bin-bin)
provides=(kubectl-gke-regular-bin=v1.24.17)
source_i686=(kubectl-gke-regular-bin-v1.24.17::https://storage.googleapis.com/kubernetes-release/release/v1.24.17/bin/linux/386/kubectl)