libxcb: update to 1.16.1.

This commit is contained in:
André Cerqueira 2024-03-06 19:23:43 +00:00 committed by Leah Neukirchen
parent deda6bc3a8
commit 11d06ecfce

View file

@ -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
}