Updated to use new Minikube-maintained KVM driver

pull/2340/head
Brad Erhart 2017-12-18 22:27:35 -08:00
parent 0fa1d11da6
commit 005a9b8bb7
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# vim: ts=2 sts=2 sw=2 et ft=sh # vim: ts=2 sts=2 sw=2 et ft=sh
# Maintainer: Matt Rickard <mrick@google.com> # Maintainer: Matt Rickard <mrick@google.com>
# Contributor: Brad Erhart <brae.04+aur@gmail.com>
pkgname=minikube pkgname=minikube
pkgver=$PKG_VERSION pkgver=$PKG_VERSION
@ -14,7 +15,7 @@ depends=(
optdepends=( optdepends=(
'kubectl-bin: to manage the cluster' 'kubectl-bin: to manage the cluster'
'virtualbox' 'virtualbox'
'docker-machine-kvm' 'docker-machine-driver-kvm2'
) )
makedepends=() makedepends=()