[arch-commits] Commit in minikube/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Fri May 17 21:25:39 UTC 2019


    Date: Friday, May 17, 2019 @ 21:25:39
  Author: shibumi
Revision: 467795

upgpkg: minikube 1.0.1-1

New version + use go-pie instead of go

Modified:
  minikube/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-17 21:05:43 UTC (rev 467794)
+++ PKGBUILD	2019-05-17 21:25:39 UTC (rev 467795)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=minikube
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube"
@@ -12,7 +12,7 @@
   'kubectl: to manage the cluster'
   'virtualbox: to use --vm-driver=virtualbox'
 )
-makedepends=('git' 'go' 'go-bindata')
+makedepends=('git' 'go-pie' 'go-bindata')
 source=("git+https://github.com/kubernetes/minikube.git#tag=v$pkgver")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list