From 5421fb227d7413786b1b27b9da01e4a4f5a82c7b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Jan 2020 20:10:24 +0100 Subject: [PATCH] libinput: update to 1.15.0. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 9021d3ca4d3..bf42e272c75 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.14.3 +version=1.15.0 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=0feb3a0589709cc1032893bfaf4c49150d5360bd9782bec888f9e4dd9044c5b7 +checksum=bfbf1fef66bcb2be871a18783dfcfb88ecb431f496bf0a9cf6685fd29c5843e1 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"