summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-05-30 01:08:53 -0400
committerDavid Birks2019-05-30 01:08:53 -0400
commit4ce724f401d7ecd27f49bdc6101166c8e3f9eb90 (patch)
tree80e6725d4d9682ae2306d5c82b66ef0486c0d9d3 /PKGBUILD
parentffebd05b5fe26256419f7062c6c9cc06f4dbaa5b (diff)
downloadaur-4ce724f401d7ecd27f49bdc6101166c8e3f9eb90.tar.gz
Add kubectl to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6becb9f5a0c9..796a7dd24de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Command-line fuzzy searching of Kubernetes pods'
arch=(any)
url='https://github.com/thecasualcoder/kube-fzf'
license=(MIT)
-depends=('fzf')
+depends=('kubectl' 'fzf')
source=("$pkgname-$pkgver::https://github.com/thecasualcoder/kube-fzf/archive/v$pkgver.tar.gz")
sha512sums=('36fcc9be40a3666581fe06ebf6ce5ea99732d801cf6e632253ff4ac02025909a34612a920fcb6d0960da80a4ff443cc53a0fb84f16d00d534f43149785ecc182')