summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2021-07-12 12:49:42 +0200
committerLukas Grossar2021-07-12 12:49:42 +0200
commitb99a98018a90288370316fb0680ca2509ff084ba (patch)
tree5fba4da97e7a5078e13d67c1b3d6c7687976ad4b /PKGBUILD
parent2682fed1f8c04e895263881f870ef65fe841eecc (diff)
downloadaur-kubernetes-helm2.tar.gz
Make dependency on glide-bin explicit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07660e8ff0e2..f09da071d0b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=kubernetes-helm2
pkgver=2.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://github.com/helm/helm"
-makedepends=('git' 'glide' 'go')
+makedepends=('git' 'glide-bin' 'go')
depends=('kubectl' 'socat')
install="kubernetes-helm2.install"
license=('Apache')