From 97d1fb80287263620b9eeb34b6f04f5b24aba8ae Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 8 Feb 2019 19:35:02 -0200 Subject: [PATCH] libxkbcommon: update to 0.8.3. --- srcpkgs/libxkbcommon/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libxkbcommon/template b/srcpkgs/libxkbcommon/template index 013a58fb02c..10ad53e6ba4 100644 --- a/srcpkgs/libxkbcommon/template +++ b/srcpkgs/libxkbcommon/template @@ -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 " 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"