From 25ff6821ebf4c57d60ce6d6e579b39fd33b264c1 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 29 Oct 2019 08:25:00 +0100 Subject: [PATCH] libinput: update to 1.14.3. --- srcpkgs/libinput/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index d079fd9575e..9021d3ca4d3 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.14.2 +version=1.14.3 revision=1 build_style=meson configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false" @@ -8,11 +8,11 @@ hostmakedepends="pkg-config" makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel" checkdepends="valgrind check-devel" short_desc="Provides handling input devices in Wayland compositors and X" -maintainer="bra1nwave " +maintainer="bra1nwave " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=6b094669141f26c4df0d62147bbd0f76df1044333e19e6f6dc9413217c51a2c6 +checksum=0feb3a0589709cc1032893bfaf4c49150d5360bd9782bec888f9e4dd9044c5b7 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"