From 7dd7baa712a4b36173f56fe812a1ac56c1435e36 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 19 Mar 2020 08:20:11 +0100 Subject: [PATCH] libinput: update to 1.15.4. --- srcpkgs/libinput/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 1c817cd897..d21b529a55 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.15.3 +version=1.15.4 revision=1 build_style=meson configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false" @@ -12,7 +12,9 @@ maintainer="bra1nwave " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=5b12427dd50489c2b41b04ae2ca54e31a112a33cb861f00ccd15a2ad7a88694d +checksum=9c8b6846d94e374ee4bdb32634e4ac4aa318afc31f9a58fcb545cd3095c745c1 + +CFLAGS="-UNDEBUG" if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"