From 9a909f2ca70dc21822130ac4e2501f078b91063f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:10 +0200 Subject: [PATCH] syncthing: remove git build dep --- srcpkgs/syncthing/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 10166603a68..d1cdcc490bb 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -10,7 +10,6 @@ go_package=" ${go_import_path}/cmd/syncthing" go_build_tags="noupgrade" go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}" -hostmakedepends="git" short_desc="Open Source Continuous File Synchronization" maintainer="Duncaen " license="MPL-2.0"