From 71e33f55c2b058a15479afe61847696e617e6a91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 23 Jun 2022 22:29:11 -0400 Subject: [PATCH] xpra: update to 4.3.4. --- srcpkgs/xpra/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index d9485ca78e2..57ee5e9510a 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=4.3.3 +version=4.3.4 revision=1 build_style=python3-module make_install_args="$(vopt_with docs)" @@ -17,8 +17,10 @@ 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=06009ea2cd41b3ffaab51b01e29bb4d9e635ead795d378575f5379e5cb166a83 +checksum=11a213afaa012667957ff2f1368f11068d49daf654a7ab0c73d71ba1ef75e2b2 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 system_groups="xpra"