summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b12d8e6b566..ce403f223b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,14 @@
pkgname=kube-pod-connect
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Simple connect to kubernetes pod'
arch=(any)
url='https://github.com/LersSett/kube-pod-connect'
license=(MIT)
-depends=(zsh)
+depends=(
+ zsh
+ kubectl-bin
+)
makedepends=(rust)
source=(
https://github.com/LersSett/$pkgname/archive/$pkgver.tar.gz