libinput: update to 1.13.3.

This commit is contained in:
Juan RP 2019-06-26 12:44:58 +02:00
parent b3bb47e902
commit 094d29c5a4
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,10 +1,9 @@
# Template file for 'libinput'
pkgname=libinput
version=1.13.2
version=1.13.3
revision=1
build_style=meson
configure_args="-Ddebug-gui=false -Ddocumentation=false
-Dtests=false"
configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false"
hostmakedepends="pkg-config"
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
checkdepends="valgrind check-devel"
@ -13,7 +12,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/libinput"
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=1d9fa0698348dea46f75321d98788f8ac7181c069b70c4d10736910a12bb6a6d
checksum=f3ff113023a28631d83971c059c1f3057d51a90aa3746428776f3b3462131092
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"