From 4cc4d70003b4a2f63ffdce8656a4ffddb80985c0 Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Thu, 19 Dec 2019 16:14:05 +0100 Subject: [PATCH] syncthing: build cli Closes: #17623 [via git-merge-pr] --- srcpkgs/syncthing/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 05e8688a62b..b94d06e84b4 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,11 +1,12 @@ # Template file for 'syncthing' pkgname=syncthing version=1.3.2 -revision=1 +revision=2 build_style=go go_import_path="github.com/syncthing/syncthing" go_package=" ${go_import_path}/cmd/stdiscosrv + ${go_import_path}/cmd/stcli ${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" go_build_tags="noupgrade"