From 91bfcf96957c62861e763f92492fe5ab0fdc1b2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 5 May 2025 11:05:13 -0400 Subject: [PATCH] xpra: update to 6.3. --- srcpkgs/xpra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index e63932c7b93..5ee177d7f5a 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,7 +1,7 @@ # Template file for 'xpra' pkgname=xpra -version=6.2.5 -revision=2 +version=6.3 +revision=1 build_style=python3-module make_build_args="--without-cuda_kernels --without-cuda_rebuild $(vopt_if docs "--with-docs")" @@ -20,7 +20,7 @@ license="GPL-2.0-or-later" homepage="https://xpra.org/" changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md" distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz" -checksum=b5a9edcf7ac6a60f5a823b2f9aeaee20fcf8d49c1b3112f4e398a3bf9841764e +checksum=57e4511961c3013219eaa6ad3f1164663f55e293b7552b4320ac46c71cb11f53 conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*" # Tests don't run properly without package installed make_check=no