From 74540558a8576931a184af0e9c824aeda6b614a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 12 May 2021 17:42:38 -0300 Subject: [PATCH] libinput: update to 1.17.2. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 9a7244523b0..630b7c6f69d 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.17.1 +version=1.17.2 revision=1 build_style=meson configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false" @@ -13,7 +13,7 @@ maintainer="bra1nwave " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=e51c50f3ce253961bed452d9f93102cc26128406975ab88ff9ec9e6c3b875137 +checksum=b822263086b6588b9a9a153be97dea409f63927fb67b9a241748e76f222a5be1 build_options="debug_gui" desc_option_debug_gui="Build with debug GUI (GTK+3)"