From 32bce44a26152a8e7ac75e539905dfdd46064dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Wed, 6 Mar 2024 19:23:43 +0000 Subject: [PATCH] libxcb: update to 1.16.1. --- srcpkgs/libxcb/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 4fe266bed0fd5c..d136121e7b2efc 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,6 +1,6 @@ # Template file for 'libxcb' pkgname=libxcb -version=1.16 +version=1.16.1 revision=1 build_style=gnu-configure configure_args="--disable-build-docs --enable-xinput --enable-xkb" @@ -12,13 +12,12 @@ 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=4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71 +checksum=f24d187154c8e027b358fc7cb6588e35e33e6a92f11c668fe77396a7ae66e311 if [ "$CROSS_BUILD" ]; then makedepends+=" xcb-proto" fi - post_install() { vlicense COPYING }