From 8bc2eb9db05ef806a4c1a00336c9f60e62e77b35 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:08 +0200 Subject: [PATCH] nomad: remove git build dep --- srcpkgs/nomad/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index 8707ada37bf..7b53596b1ae 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -7,7 +7,6 @@ go_import_path="github.com/hashicorp/nomad" go_build_tags="ui release" _git_commit=95514d569610f15ce49b4a7a1a6bfd3e7b3e7b4f go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" -hostmakedepends="git" short_desc="Cluster scheduler designed to easily integrate into existing workflows" maintainer="Michael Aldridge " license="MPL-2.0"