update licenses to specify version
parent
f4b2496193
commit
659f163bc6
|
@ -4,7 +4,7 @@ pkgbase = docker-machine-driver-kvm2
|
|||
pkgrel = 1
|
||||
url = https://github.com/kubernetes/minikube
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
depends = docker-machine
|
||||
depends = libvirt
|
||||
depends = ebtables
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=$PKG_VERSION
|
|||
pkgrel=1
|
||||
pkgdesc="Minikube-maintained KVM driver for docker-machine"
|
||||
url="https://github.com/kubernetes/minikube"
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
arch=('x86_64')
|
||||
depends=(
|
||||
'docker-machine'
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = minikube
|
|||
pkgrel = 1
|
||||
url = https://github.com/kubernetes/minikube
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
depends = net-tools
|
||||
optdepends = kubectl-bin: to manage the cluster
|
||||
optdepends = virtualbox
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgver=$PKG_VERSION
|
|||
pkgrel=1
|
||||
pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
|
||||
url="https://github.com/kubernetes/minikube"
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
arch=('x86_64')
|
||||
depends=(
|
||||
'net-tools'
|
||||
|
|
Loading…
Reference in New Issue