From 5dab3ffe87f77c9c7f277b943853e43d97fd7349 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 13 Aug 2019 08:04:59 +0200 Subject: [PATCH] libinput: update to 1.14.0. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 9d0f4e71a38..34ee0a6e26b 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.13.4 +version=1.14.0 revision=1 build_style=meson configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false" @@ -12,7 +12,7 @@ maintainer="maxice8 " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=d3eb57c714683b117aae29f6c0be76dd46de259f0a48f20cb43b9fa9f2e1401d +checksum=7cb85c24f8920b81bc5360220107e267ab4e0e718704c7690a8c7b03fa14fc67 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"