aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Vincent2017-10-07 14:09:44 +0100
committerTom Vincent2017-10-07 14:09:44 +0100
commit91e9d6d4052476c7d540a3f4d03641bb5b6e049b (patch)
tree75cf571e21b5af8927e89761e3028769f5879f07
parent36afa90a903aa28f32faa3ad8f4d5a65ab661141 (diff)
downloadaur-91e9d6d4052476c7d540a3f4d03641bb5b6e049b.tar.gz
Bump to 1.8.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e9b3ce1e7b..12b23f9babcf 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.8.2
+ pkgver = 1.8.3
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/libinput/
arch = i686
@@ -15,12 +15,12 @@ pkgbase = libinput-no-hysteresis
depends = libevdev
depends = libwacom
optdepends = gtk3: libinput debug-gui
- provides = libinput=1.8.2
- source = https://freedesktop.org/software/libinput/libinput-1.8.2.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.8.2.tar.xz.sig
+ provides = libinput=1.8.3
+ source = https://freedesktop.org/software/libinput/libinput-1.8.3.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.8.3.tar.xz.sig
source = disable-hysteresis.patch
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha512sums = 555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7
+ sha512sums = 88006d217e3507858fa6b9ac1f25c267255fb51d1bcf1208d2afd423bf2a9292944bc5526ea91f27fad3ff04c2f9f43ab3aa25fd9fb7ace1231ecd33ddf18de6
sha512sums = SKIP
sha512sums = 22c97898b8bd2ed6757ce2a0f2c19d8ff908b3134a9bd435285bc5c59d9d4a17cc5bb4ef0bfb01001ef9aeb2c917bdcc79324cc68bc442c2038d9c448773ac5e
diff --git a/PKGBUILD b/PKGBUILD
index d2f5e64d8c72..8c01cd1980e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libinput-no-hysteresis
_pkgname=libinput
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="Input device management and event handling library sans hysteresis"
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
optdepends=('gtk3: libinput debug-gui')
source=(https://freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz{,.sig} disable-hysteresis.patch)
-sha512sums=('555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7'
+sha512sums=('88006d217e3507858fa6b9ac1f25c267255fb51d1bcf1208d2afd423bf2a9292944bc5526ea91f27fad3ff04c2f9f43ab3aa25fd9fb7ace1231ecd33ddf18de6'
'SKIP'
'22c97898b8bd2ed6757ce2a0f2c19d8ff908b3134a9bd435285bc5c59d9d4a17cc5bb4ef0bfb01001ef9aeb2c917bdcc79324cc68bc442c2038d9c448773ac5e')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>