From a279db8486485b13e063e768bed6c1ec70e46540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Fri, 18 Aug 2023 22:25:09 +0100 Subject: [PATCH] libxcb: update to 1.16. --- srcpkgs/libxcb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 7e0cdc11d5994..4fe266bed0fd5 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,6 +1,6 @@ # Template file for 'libxcb' pkgname=libxcb -version=1.15 +version=1.16 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=cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059 +checksum=4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71 if [ "$CROSS_BUILD" ]; then makedepends+=" xcb-proto"