summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Häggqvist2016-09-03 10:55:24 +0200
committerVictor Häggqvist2016-09-03 10:55:24 +0200
commit7a93c0494273b7f523ae262fc37b606ded5e1a60 (patch)
tree2e19b06985465137ae4b23c1c743c351a1696b5a /PKGBUILD
parent5aedcd1459281020bfe25b234d6d034b43239306 (diff)
downloadaur-7a93c0494273b7f523ae262fc37b606ded5e1a60.tar.gz
add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9563fff6af53..4b14c18f1321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,17 @@
pkgname=minikube
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
url="https://github.com/kubernetes/minikube"
license=('Apache')
arch=('x86_64')
+depends=(
+ 'virtualbox'
+)
+optdepends=(
+ 'kubectl-bin: to manage the cluster'
+)
makedepends=()
source=(minikube_$pkgver::https://storage.googleapis.com/minikube/releases/v$pkgver/minikube-linux-amd64)