From 7e0acd8df377bafc9df9a0aa9312b0db1fa3c396 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sat, 19 Nov 2022 14:28:19 -0600 Subject: [PATCH] libinput: update to 1.22.0. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index df6b4a4198b..d429098fa2f 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.21.0 +version=1.22.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Ddebug-gui=false" @@ -12,7 +12,7 @@ maintainer="Michal Vasilek " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" -checksum=1b23c180f5b297303ed36f5a549910f5d320b0eb21052eac67a966d4eaa4e01d +checksum=ebbe5a966cf2a12f59666adbfb505cafca58635b96239bbcdf04a09dc4cd0d7b if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"