libxcb: update to 1.16.

This commit is contained in:
André Cerqueira 2023-08-18 22:25:09 +01:00 committed by classabbyamp
parent 7973d7a445
commit 4e0a8d29ed

View file

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