summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbilabila2024-01-26 12:35:21 +0800
committerbilabila2024-01-26 12:35:21 +0800
commit571292164743a652816fe2dc19743d520f286f7d (patch)
tree98aef1ea2b0aaff0ec4cee0fdd42f185838f5dce
parent48b19b81eed54e7a5bb66ed8ee0495c773dfaab7 (diff)
downloadaur-libinput-multiplier.tar.gz
v1.25.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f5d54aa8e2c..fa298db7b7ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-multiplier
pkgdesc = libinput with scroll multiplier patch
- pkgver = 1.24.0
+ pkgver = 1.25.0
pkgrel = 1
url = http://freedesktop.org/wiki/Software/libinput
arch = x86_64
@@ -19,11 +19,13 @@ pkgbase = libinput-multiplier
optdepends = gtk4: libinput debug-gui
optdepends = python-pyudev: libinput measure
optdepends = python-libevdev: libinput measure
- provides = libinput=1.24.0
+ optdepends = python-libevdev: libinput measure
+ optdepends = python-yaml: used by various tools
+ provides = libinput=1.25.0
conflicts = libinput
- source = https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.24.0/libinput-1.24.0.tar.bz2
+ source = https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.25.0/libinput-1.25.0.tar.bz2
source = multiplier.patch
- sha512sums = 924554d62d232f99851db51386653e67083b8f3b8203b5d848294c08880e1ba153f80699900210d1b5b31566a2ef6bd4aa0662f107a2dcaed1fe0f7e1fb784db
+ sha512sums = b9dc3f3b5f34c82399dfb7ccb5f65d19a596c415f0198b39e3f360f5b87c42124a5355c8d9f6f42cc9ae2d4f9a90fe5da6260136fa83d278048392f93381a84b
sha512sums = c6a2793e592c69829e542c91aafc2de42c0eddec1f2570a465590584164a64d3828507f2f1194ec48f0f5d85aa624054c101287e981b2a82a3a43d85b426aa94
pkgname = libinput-multiplier
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