From ebc2783566d8c34971ccd63cc9d536bc0f3d9f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 24 Aug 2023 21:03:53 +0700 Subject: [PATCH] syncthing: build for go1.20 --- srcpkgs/syncthing/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 1e12b4a67fb..c4077b5ab93 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing version=1.23.7 -revision=2 +revision=3 build_style=go go_import_path="github.com/syncthing/syncthing" go_package=" @@ -10,6 +10,7 @@ go_package=" ${go_import_path}/cmd/syncthing" go_build_tags="noupgrade" go_ldflags="-X github.com/syncthing/syncthing/lib/build.Version=v${version}" +hostmakedepends="go1.20" short_desc="Open Source Continuous File Synchronization" maintainer="Duncaen " license="MPL-2.0" @@ -17,11 +18,11 @@ homepage="https://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" checksum=cc36d6244590f0eeaa1df6f465b617dd7fdbee3dae434d55b272b25580f6e53b +export GOTOOLCHAIN=go1.20 broken="GOTOOLCHAIN not supported" pre_build() { - export GOTOOLCHAIN="go1.20.7" GOARCH= go generate \ github.com/syncthing/syncthing/lib/api/auto \ github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto