summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStanislav2018-05-08 22:16:42 +0300
committerStanislav2018-05-08 22:16:42 +0300
commitad4bd686d925dfb9a52e74b3ca0c64963be99dcf (patch)
tree7d1fea6b2d77bc7e36b211d601b3a696c963ba7d /PKGBUILD
parent471181621b34aed311fa78d6c5c2f518e4f119cd (diff)
downloadaur-kube-pod-connect.tar.gz
add deps kubectl-bin
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