summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6533b419d63c..46ec272e8647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kube-shell
pkgdesc = An integrated shell for working with the Kubernetes CLI
pkgver = 0.0.21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cloudnativelabs/kube-shell
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index cdeec9257903..d2276e7942bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kube-shell
_pkgname=kube_shell
pkgver=0.0.21
-pkgrel=1
+pkgrel=2
license=('Apache')
pkgdesc='An integrated shell for working with the Kubernetes CLI'
makedepends=('python-pip')