From 92908b4122eb5379efa1d14c51c62b638befa909 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 15 Feb 2024 20:25:47 +0100 Subject: [PATCH] libinput: update to 1.25.0. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 689be478e2d..6720315b07e 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,7 +1,7 @@ # Template file for 'libinput' # keep in sync with libinput-debug-gui pkgname=libinput -version=1.23.0 +version=1.25.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Ddebug-gui=false" @@ -14,7 +14,7 @@ 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=7a7c90fbc59f1f65c781a51fa634e4f79e460bf6e16ad68afbe7965d25d09738 +checksum=f7e8425f185cadba5761d0a1dae6be041750d351163ffa04adc5b9a79a13c0ec if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"