diff --git a/srcpkgs/spreed-webrtc/template b/srcpkgs/spreed-webrtc/template index 08b571839f2..170d1e1e430 100644 --- a/srcpkgs/spreed-webrtc/template +++ b/srcpkgs/spreed-webrtc/template @@ -1,12 +1,12 @@ # Template file for 'spreed-webrtc' pkgname=spreed-webrtc version=0.29.7 -revision=11 +revision=12 build_style=go go_import_path="github.com/strukturag/spreed-webrtc" go_package="${go_import_path}/src/app/spreed-webrtc-server" go_mod_mode=off -hostmakedepends="automake nodejs git which" +hostmakedepends="automake nodejs git which go1.20" conf_files="/etc/spreed/webrtc.conf" short_desc="WebRTC audio/video call and conferencing server and web client" maintainer="Toyam Cox " @@ -16,11 +16,11 @@ distfiles="https://github.com/strukturag/spreed-webrtc/archive/v${version}.tar.g checksum=d05b820fe3883840eadf8b96bda663397991849d9bda4750fc7c4e642c9c3268 system_accounts="_spreed_webrtc" +export GOTOOLCHAIN=go1.20 broken="GOTOOLCHAIN not supported" pre_build() { - export GOTOOLCHAIN="go1.26" ./autogen.sh ./configure ${configure_args} make assets