From a84715f1c77a422e18c783a28fdbaff88471fc84 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sat, 19 Oct 2019 10:02:13 +0200 Subject: [PATCH] libinput: update to 1.14.2. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index c316ad8c060..d079fd9575e 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.14.1 +version=1.14.2 revision=1 build_style=meson configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false" @@ -12,7 +12,7 @@ maintainer="bra1nwave " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=e333a3242835c019ca37d2cef8b51a87d3138eb47444119c0153dc7a8656ee70 +checksum=6b094669141f26c4df0d62147bbd0f76df1044333e19e6f6dc9413217c51a2c6 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"