summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbilabila2024-01-26 12:35:21 +0800
committerbilabila2024-01-26 12:35:21 +0800
commit571292164743a652816fe2dc19743d520f286f7d (patch)
tree98aef1ea2b0aaff0ec4cee0fdd42f185838f5dce /PKGBUILD
parent48b19b81eed54e7a5bb66ed8ee0495c773dfaab7 (diff)
downloadaur-571292164743a652816fe2dc19743d520f286f7d.tar.gz
v1.25.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63e45d4a873c..9426bb026c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libinput
_patch=multiplier.patch
pkgname=$_pkgname-multiplier
-pkgver=1.24.0
+pkgver=1.25.0
pkgrel=1
pkgdesc='libinput with scroll multiplier patch'
arch=(x86_64)
@@ -15,10 +15,12 @@ makedepends=(gtk4 meson wayland-protocols check)
checkdepends=('python-pytest')
optdepends=('gtk4: libinput debug-gui'
'python-pyudev: libinput measure'
- 'python-libevdev: libinput measure')
+ 'python-libevdev: libinput measure'
+ 'python-libevdev: libinput measure'
+ 'python-yaml: used by various tools')
source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2
$_patch)
-sha512sums=(924554d62d232f99851db51386653e67083b8f3b8203b5d848294c08880e1ba153f80699900210d1b5b31566a2ef6bd4aa0662f107a2dcaed1fe0f7e1fb784db
+sha512sums=(b9dc3f3b5f34c82399dfb7ccb5f65d19a596c415f0198b39e3f360f5b87c42124a5355c8d9f6f42cc9ae2d4f9a90fe5da6260136fa83d278048392f93381a84b
c6a2793e592c69829e542c91aafc2de42c0eddec1f2570a465590584164a64d3828507f2f1194ec48f0f5d85aa624054c101287e981b2a82a3a43d85b426aa94)
prepare() {
cd "${srcdir}"/$_pkgname-$pkgver