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"