* update libinput to 1.26.2-1

This commit is contained in:
Alexander Baldeck 2024-09-28 18:53:34 +02:00
parent 2257d41820
commit a846286de6
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libinput
pkgdesc = Input device management and event handling library
pkgver = 1.26.1
pkgver = 1.26.2
pkgrel = 1
url = https://gitlab.freedesktop.org/libinput/libinput
arch = x86_64
@ -19,7 +19,7 @@ pkgbase = libinput
optdepends = python-pyudev: libinput measure
optdepends = python-libevdev: libinput measure
optdepends = python-yaml: used by various tools
source = https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.26.1/libinput-1.26.1.tar.bz2
sha256sums = da0ac450902a2aef29028bcab0bec26eb5e08b4c36ffc2925746d807794991b6
source = https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.26.2/libinput-1.26.2.tar.bz2
sha256sums = e2dbbf515905086dc3f8c8536d326e04012f5716b8b047bb3392a17b13ca78ec
pkgname = libinput

View File

@ -2,7 +2,7 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=libinput
pkgver=1.26.1
pkgver=1.26.2
pkgrel=1
pkgdesc="Input device management and event handling library"
url="https://gitlab.freedesktop.org/libinput/libinput"
@ -17,7 +17,7 @@ optdepends=('gtk4: libinput debug-gui'
'python-libevdev: libinput measure'
'python-yaml: used by various tools')
source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
sha256sums=('da0ac450902a2aef29028bcab0bec26eb5e08b4c36ffc2925746d807794991b6')
sha256sums=('e2dbbf515905086dc3f8c8536d326e04012f5716b8b047bb3392a17b13ca78ec')
#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
build() {