From 649e04ea574ed6164506ab4c31ff68fb9670d364 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sun, 8 Dec 2024 15:18:48 +0100 Subject: [PATCH] * update libinput to 1.27.0-1 --- libinput/.SRCINFO | 8 ++++---- libinput/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libinput/.SRCINFO b/libinput/.SRCINFO index 1ed683aefd..a839cf7d28 100644 --- a/libinput/.SRCINFO +++ b/libinput/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libinput pkgdesc = Input device management and event handling library - pkgver = 1.26.2 - pkgrel = 1.1 + pkgver = 1.27.0 + pkgrel = 1 url = https://gitlab.freedesktop.org/libinput/libinput arch = x86_64 arch = powerpc64le @@ -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.26.2/libinput-1.26.2.tar.bz2 - sha256sums = e2dbbf515905086dc3f8c8536d326e04012f5716b8b047bb3392a17b13ca78ec + source = https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.27.0/libinput-1.27.0.tar.bz2 + sha256sums = 8e823cc9f44c51b63ae90af0b73676ed82c0402cc1cbd4a59ac91b7bb6cad716 pkgname = libinput diff --git a/libinput/PKGBUILD b/libinput/PKGBUILD index e57c3b2f58..6e696ca2df 100644 --- a/libinput/PKGBUILD +++ b/libinput/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Andreas Radke pkgname=libinput -pkgver=1.26.2 -pkgrel=1.1 +pkgver=1.27.0 +pkgrel=1 pkgdesc="Input device management and event handling library" url="https://gitlab.freedesktop.org/libinput/libinput" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -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=('e2dbbf515905086dc3f8c8536d326e04012f5716b8b047bb3392a17b13ca78ec') +sha256sums=('8e823cc9f44c51b63ae90af0b73676ed82c0402cc1cbd4a59ac91b7bb6cad716') #validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) build() {