aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae85d9dd4987..55a415cdcf55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libinput-no-hysteresis
pkgdesc = Input device management and event handling library sans hysteresis
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/libinput/
arch = i686
@@ -13,14 +13,14 @@ pkgbase = libinput-no-hysteresis
depends = systemd
depends = libevdev
depends = libwacom
- provides = libinput=1.7.2
+ provides = libinput=1.7.3
conflicts = libinput
replaces = libinput
- source = https://freedesktop.org/software/libinput/libinput-1.7.2.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.7.2.tar.xz.sig
+ source = https://freedesktop.org/software/libinput/libinput-1.7.3.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.7.3.tar.xz.sig
source = disable-hysteresis.patch
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha512sums = cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f
+ sha512sums = 2262dc56d213a4d3ea765e870af200e2c336a166baa1bbdf5205e3ce70faefc777429ba09563c5dd79feb5442f53abc84e04a0f32a06bb622d6e120bb8ad152b
sha512sums = SKIP
sha512sums = 22c97898b8bd2ed6757ce2a0f2c19d8ff908b3134a9bd435285bc5c59d9d4a17cc5bb4ef0bfb01001ef9aeb2c917bdcc79324cc68bc442c2038d9c448773ac5e
diff --git a/PKGBUILD b/PKGBUILD
index 69c3e412fe73..d4e446596332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libinput-no-hysteresis
_pkgname=libinput
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Input device management and event handling library sans hysteresis"
arch=(i686 x86_64)
@@ -18,7 +18,7 @@ makedepends=('doxygen' 'graphviz' 'gtk3')
conflicts=('libinput')
replaces=('libinput')
source=(https://freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz{,.sig} disable-hysteresis.patch)
-sha512sums=('cdbd2994e954aac9538fe907c275e6e23e2bed0e9c4c65f19591bdcdbf5074131c72b92e87de87c03f75a991fcdb7f568b491a12f00031c4eba11082ca44d69f'
+sha512sums=('2262dc56d213a4d3ea765e870af200e2c336a166baa1bbdf5205e3ce70faefc777429ba09563c5dd79feb5442f53abc84e04a0f32a06bb622d6e120bb8ad152b'
'SKIP'
'22c97898b8bd2ed6757ce2a0f2c19d8ff908b3134a9bd435285bc5c59d9d4a17cc5bb4ef0bfb01001ef9aeb2c917bdcc79324cc68bc442c2038d9c448773ac5e')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>