diff --git a/srcpkgs/kubernetes-helm/template b/srcpkgs/kubernetes-helm/template index 3e323131ec9..641fb669a3f 100644 --- a/srcpkgs/kubernetes-helm/template +++ b/srcpkgs/kubernetes-helm/template @@ -1,7 +1,7 @@ # Template file for 'kubernetes-helm' pkgname=kubernetes-helm version=2.11.0 -revision=1 +revision=2 hostmakedepends="go make git mercurial" short_desc="The Kubernetes Package Manager" maintainer="Kyle Nusbaum " @@ -50,7 +50,7 @@ pre_build() { do_build() { cd golib/src/k8s.io/helm - TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make bootstrap build-cross APP="..." + TARGETS="linux/${_go_target_arch} linux/${_go_host_arch}" make bootstrap build-cross APP="..." LDFLAGS="-X k8s.io/helm/pkg/version.BuildMetadata=" _dist/linux-${_go_host_arch}/helm completion bash > completion.bash _dist/linux-${_go_host_arch}/helm completion zsh > completion.zsh