summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbilabila2023-04-05 13:58:36 +0800
committerbilabila2023-04-05 13:58:36 +0800
commit0a2964ca344c6ad0e8f045fa293f06268487b030 (patch)
treec5feb2cab6427b9d7f752a3fd71c3543351c2244 /PKGBUILD
parentb2c6d390b49a3aa16133ce0cb123550f5177736a (diff)
downloadaur-0a2964ca344c6ad0e8f045fa293f06268487b030.tar.gz
v1.23.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b805f01ff32..34cb81cde73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libinput
_patch=multiplier.patch
pkgname=$_pkgname-multiplier
-pkgver=1.22.0
-pkgrel=2
+pkgver=1.23.0
+pkgrel=1
pkgdesc='libinput with scroll multiplier patch'
arch=(x86_64)
url=http://freedesktop.org/wiki/Software/libinput
@@ -12,12 +12,13 @@ conflicts=($_pkgname)
license=(custom)
depends=(mtdev systemd libevdev libwacom)
makedepends=(gtk4 meson wayland-protocols check)
+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
$_patch)
-sha512sums=(SKIP
+sha512sums=(cb752d8611d70d9ea26d875aba9db8d0e319e60697aedef1b16295e8180761ce4c8c9635b1aaeb3cfc32d8c5fbe4abfd9a5a4fd29c4b964b25c853c90e816a43
c6a2793e592c69829e542c91aafc2de42c0eddec1f2570a465590584164a64d3828507f2f1194ec48f0f5d85aa624054c101287e981b2a82a3a43d85b426aa94)
prepare() {
cd "${srcdir}"/$_pkgname-$pkgver
@@ -27,8 +28,6 @@ build() {
arch-meson $_pkgname-$pkgver build \
-D udev-dir=/usr/lib/udev \
-D documentation=false
- # Print config
- #meson configure build
meson compile -C build
}
check() {