From 86b4f49fcbb5325b061ae825cb023ac55015934a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 24 Apr 2022 22:33:45 +0200 Subject: [PATCH] libinput: update to 1.20.1. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 38fe908dbb3..1736a1f91f3 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.20.0 +version=1.20.1 revision=1 build_style=meson configure_args="-Dtests=false" @@ -13,7 +13,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=04d27bce1eb8387e99740e43224b0de7ea65161826d120199bf96230132e5186 +checksum=fbbfe95c5cf20a1790c077b703db86ff0811c04a040b15f2a8579518e8a58064 CFLAGS="-UNDEBUG"