From 8e8ef88242c1a11f7e458c0f9dfdd9a596f790f2 Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Thu, 27 Oct 2022 18:05:50 +0200 Subject: [PATCH] xpra: update to 4.4.1 --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index 3c971c4ec86c..98c36da5d251 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=4.4 +version=4.4.1 revision=1 build_style=python3-module make_install_args="$(vopt_with docs)" @@ -17,7 +17,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=0c175b9fde0b327353b345d047417a9c87c43ae695b86583c453096d7cdc9247 +checksum=8d03fec4e22e1946e798ed2dbfaaf87fa50f385a35024ab66e615974b884402b 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