Date: Sunday, March 26, 2023 @ 07:35:16 Author: andyrtr Revision: 472046
upgpkg: libinput 1.23.0-1: upstream update 1.23.0 Modified: libinput/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-26 07:12:40 UTC (rev 472045) +++ PKGBUILD 2023-03-26 07:35:16 UTC (rev 472046) @@ -1,7 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=libinput -pkgver=1.22.1 +pkgver=1.23.0 pkgrel=1 pkgdesc="Input device management and event handling library" url="https://gitlab.freedesktop.org/libinput" @@ -10,11 +10,12 @@ depends=('mtdev' 'systemd' 'libevdev' 'libwacom') # upstream doesn't recommend building docs makedepends=('gtk4' 'meson' 'wayland-protocols' 'check') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark' +checkdepends=('python-pytest') optdepends=('gtk4: libinput debug-gui' 'python-pyudev: libinput measure' 'python-libevdev: libinput measure') source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('e13f6f118cfbbdc0b6e0edd5e3504abd96a8d0e33dc67cba31c6942c449f77af') +sha256sums=('fad7011705a21f500229199f789f3e3e794b4c9826b70073745cdaec23bc1d0b') #validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <[email protected]> build() {
