From 84c4bc3fdff10d4d6472d89e61eede04bfb008a5 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Tue, 27 Aug 2019 19:40:28 +0200 Subject: [PATCH] libinput: update to 1.14.1. - adopt package --- srcpkgs/libinput/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index c0980b62fb9..c316ad8c060 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.14.0 +version=1.14.1 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="Orphaned " +maintainer="bra1nwave " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=7cb85c24f8920b81bc5360220107e267ab4e0e718704c7690a8c7b03fa14fc67 +checksum=e333a3242835c019ca37d2cef8b51a87d3138eb47444119c0153dc7a8656ee70 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"