diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index cc58c673839..ac40774fd0f 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,19 +1,19 @@ # Template file for 'libinput' pkgname=libinput -version=1.22.1 +version=1.23.0 revision=1 build_style=meson configure_args="-Db_ndebug=false -Ddebug-gui=false" hostmakedepends="pkg-config" makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel" -checkdepends="valgrind check-devel" +checkdepends="valgrind check-devel python3-pytest" short_desc="Provides handling input devices in Wayland compositors and X" maintainer="Michal Vasilek " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases" distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" -checksum=45d9e03c16c3c343b7537aa7f744ae9339b1a0dae446ecbe6f5ed9d49be11e87 +checksum=7a7c90fbc59f1f65c781a51fa634e4f79e460bf6e16ad68afbe7965d25d09738 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -Dtests=true"