From d598110e1f1772d99efb431fc822a167baa4a98d Mon Sep 17 00:00:00 2001 From: travankor Date: Fri, 13 Nov 2020 08:07:36 -0700 Subject: [PATCH] libinput: update to 1.16.3. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index b850fe5dfa7..25af160af32 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.16.2 +version=1.16.3 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=fc3d8c50fe7abc4dc4406bc01262a3f8149864557f87279adcf300e523c160a9 +checksum=dc5e1ae51ec1cc635ca96f61118b0f07dfea783cab0747a60f3555068bb077e4 build_options="debug_gui" desc_option_debug_gui="Build with debug GUI (GTK+3)"