xpra: update to 6.2.1.

This commit is contained in:
Andrew J. Hesford 2024-11-04 08:32:51 -05:00
parent 64ce20f3b7
commit 72627e0a8b

View file

@ -1,6 +1,6 @@
# Template file for 'xpra' # Template file for 'xpra'
pkgname=xpra pkgname=xpra
version=6.2 version=6.2.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
make_build_args="--without-cuda_kernels --without-cuda_rebuild make_build_args="--without-cuda_kernels --without-cuda_rebuild
@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
homepage="https://xpra.org/" homepage="https://xpra.org/"
changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md" changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz" distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
checksum=5e954342a0b23bae89340be6953d2c6eb9c36fe2ecdb29f719d53e3b96c207e2 checksum=3b3642053f06bdc76308fd5d3b6f1a8b4797fa3995bb832b0a714a310cea1571
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*" conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
# Tests don't run properly without package installed # Tests don't run properly without package installed
make_check=no make_check=no