From 2700fbcc149db361b901a33732b81f7be59f7961 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 4 Feb 2020 09:23:50 +0100 Subject: [PATCH] libinput: update to 1.15.1. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index bf42e272c75..0375fb4e643 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.15.0 +version=1.15.1 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=bfbf1fef66bcb2be871a18783dfcfb88ecb431f496bf0a9cf6685fd29c5843e1 +checksum=6b2f57495c6f173ecf49ee19d3e10087d9916a52711e1b5eb01e0d9635950c16 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"