summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d59fca4625..d06df2ada836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Aug 18 07:22:33 UTC 2016
+# Sat Sep 3 08:54:23 UTC 2016
pkgbase = minikube
pkgdesc = Minikube is a tool that makes it easy to run Kubernetes locally
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kubernetes/minikube
arch = x86_64
license = Apache
+ depends = virtualbox
+ optdepends = kubectl-bin: to manage the cluster
source = minikube_0.8.0::https://storage.googleapis.com/minikube/releases/v0.8.0/minikube-linux-amd64
sha512sums = a01a7cd4e00e466176fd9e0b01480c6510b2210a2a4fe9341b2d5b7bb05e1c14b6d960e833653de5f5ccd2f345c8ade58969e015b322432ad170e9395e3d5cd4
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)