From fa6323ff5cd499a42e3827b9b952d0f7fc22db02 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 18 Jul 2021 11:01:29 +0200 Subject: [PATCH] libinput: update to 1.18.1. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 6361bb405ee7..ef558a68d6a5 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.17.3 +version=1.18.1 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=0d010e0bf601b5d3a06b3c4d77d67751cf554f3e6448e57aa046ea9ee8f818ac +checksum=9ca14021fbc2523bc0610582c51f368321592040b6ca63becc2fa1ea11f1a7cb build_options="debug_gui" desc_option_debug_gui="Build with debug GUI (GTK+3)"