libxkbcommon: update to 0.8.3.

This commit is contained in:
maxice8 2019-02-08 19:35:02 -02:00 committed by maxice8
parent 7cf2ff1f12
commit 97d1fb8028

View file

@ -1,7 +1,8 @@
# Template file for 'libxkbcommon'.
# Template file for 'libxkbcommon'
pkgname=libxkbcommon
version=0.8.2
version=0.8.3
revision=1
wrksrc="${pkgname}-${pkgname#lib}-${version}"
build_style=meson
configure_args="-Denable-wayland=true -Denable-docs=false -Denable-x11=true"
hostmakedepends="pkg-config bison wayland-protocols"
@ -11,8 +12,8 @@ short_desc="Library to handle keyboard descriptions"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://xkbcommon.org/"
distfiles="https://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
checksum=7ab8c4b3403d89d01898066b72cb6069bddeb5af94905a65368f671a026ed58c
distfiles="https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-${version}.tar.gz"
checksum=aefea423f6f18422f0a80395f36404d9dbcbc45b881d3e70ceea95c623559069
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wayland-devel"