xwayland-satellite: update to 0.8.1.

This commit is contained in:
Andrew J. Hesford
2026-02-17 13:32:25 -05:00
parent 8b6eb09b6f
commit 52d851c04a
+7 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'xwayland-satellite'
pkgname=xwayland-satellite
version=0.8
version=0.8.1
revision=1
build_style=cargo
hostmakedepends="pkg-config clang"
@@ -11,5 +11,9 @@ maintainer="Lydia Sobot <chilledfrogs@disroot.org>"
license="MPL-2.0"
homepage="https://github.com/Supreeeme/xwayland-satellite"
distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz"
checksum=c93bae2f9e3df5cb5511a65684cd6ecf8559c1663163e8a19b4894e4424e73c3
make_check="ci-skip" # Some tests require a running Wayland environment
checksum=44d4ed941f99b88be6655d9c31db90d2a44e2deec52da7446237354508369caf
make_check="no" # Tests require a running Wayland environment
post_install() {
vman xwayland-satellite.man xwayland-satellite.1
}