From 39e0cb99613028dedaa2fefe3332a99423068c9c Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 15 Feb 2023 20:52:20 +0000 Subject: [PATCH] libinput: update to 1.22.1. --- srcpkgs/libinput/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index d5b88caeee0b..cc58c6738393 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,7 +1,7 @@ # Template file for 'libinput' pkgname=libinput -version=1.22.0 -revision=2 +version=1.22.1 +revision=1 build_style=meson configure_args="-Db_ndebug=false -Ddebug-gui=false" hostmakedepends="pkg-config" @@ -11,8 +11,9 @@ short_desc="Provides handling input devices in Wayland compositors and X" maintainer="Michal Vasilek " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" +changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases" distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" -checksum=ebbe5a966cf2a12f59666adbfb505cafca58635b96239bbcdf04a09dc4cd0d7b +checksum=45d9e03c16c3c343b7537aa7f744ae9339b1a0dae446ecbe6f5ed9d49be11e87 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"