* update libinput to 1.27.1-1

This commit is contained in:
Alexander Baldeck 2025-02-10 11:41:43 +01:00
parent ecf544ee55
commit 8c0fed9cad
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.27.0
pkgver = 1.27.1
pkgrel = 1
url = https://gitlab.freedesktop.org/libinput/libinput
arch = x86_64
@ -23,7 +23,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.27.0/libinput-1.27.0.tar.bz2
sha256sums = 8e823cc9f44c51b63ae90af0b73676ed82c0402cc1cbd4a59ac91b7bb6cad716
source = https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.27.1/libinput-1.27.1.tar.bz2
sha256sums = 641df745984baff8f6f822066b4e32f28482d267e95448158732eb2f65ea7fe9
pkgname = libinput

View File

@ -2,7 +2,7 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=libinput
pkgver=1.27.0
pkgver=1.27.1
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=('8e823cc9f44c51b63ae90af0b73676ed82c0402cc1cbd4a59ac91b7bb6cad716')
sha256sums=('641df745984baff8f6f822066b4e32f28482d267e95448158732eb2f65ea7fe9')
#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
build() {