diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index a86809a8218..51e25eaf5bb 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,12 +1,12 @@ # Template file for 'syncthing' pkgname=syncthing version=1.1.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" go_build_tags="noupgrade" -go_ldflags="-X main.Version=v${version}" +go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}" hostmakedepends="git" short_desc="Open Source Continuous File Synchronization" maintainer="Duncaen "