From 9f3568bf1a4aa496534ead0b1dd9db94bce12f54 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:05 +0200 Subject: [PATCH] gucci: remove git build dep --- srcpkgs/gucci/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/gucci/template b/srcpkgs/gucci/template index 37773ceba89..09992b5b65a 100644 --- a/srcpkgs/gucci/template +++ b/srcpkgs/gucci/template @@ -5,7 +5,6 @@ revision=1 build_style=go go_import_path="github.com/noqcks/gucci" go_ldflags="-X main.AppVersion=${version}" -hostmakedepends="git" short_desc="Simple CLI templating tool written in Go" maintainer="Leah Neukirchen " license="MIT"