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"