From aea24d3fcb57f2fb64aeec3240829f0cfd1e2507 Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Sun, 13 Jul 2025 14:35:49 +0200 Subject: [PATCH] libxcb: update to 1.17.0. Signed-off-by: Vincent Legoll --- srcpkgs/libxcb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 67e20507119..9368a7437fc 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,6 +1,6 @@ # Template file for 'libxcb' pkgname=libxcb -version=1.16.1 +version=1.17.0 revision=1 build_style=gnu-configure configure_args="--disable-build-docs --enable-xinput --enable-xkb" @@ -12,7 +12,7 @@ license="MIT" homepage="https://gitlab.freedesktop.org/xorg/lib/libxcb" changelog="https://gitlab.freedesktop.org/xorg/lib/libxcb/-/raw/master/NEWS" distfiles="https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz" -checksum=f24d187154c8e027b358fc7cb6588e35e33e6a92f11c668fe77396a7ae66e311 +checksum=599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55 if [ "$CROSS_BUILD" ]; then makedepends+=" xcb-proto"