summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f572d8e294c..124176b3d6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libinput
pkgdesc = library that handles input devices for display servers and other applications that need to directly deal with input devices. (32-bit)
- pkgver = 1.4.2
+ pkgver = 1.5.3
pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/libinput/
install = libinput.install
@@ -14,10 +14,10 @@ pkgbase = lib32-libinput
depends = lib32-libunwind
depends = libinput
options = !libtool
- source = https://freedesktop.org/software/libinput/libinput-1.4.2.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.4.2.tar.xz.sig
+ source = https://freedesktop.org/software/libinput/libinput-1.5.3.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.5.3.tar.xz.sig
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha256sums = 8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451
+ sha256sums = 91206c523b4e7aeecf296d0b94276c61bea90b9260d198c8ee3a91eced10a6e3
sha256sums = SKIP
pkgname = lib32-libinput
diff --git a/PKGBUILD b/PKGBUILD
index 7dc83a87c538..149c37cebdc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=libinput
pkgname="lib32-$_basename"
-pkgver=1.4.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices. (32-bit)"
arch=('x86_64')
@@ -13,7 +13,7 @@ checkdepends=('lib32-check')
install=libinput.install
options=('!libtool')
source=(https://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig})
-sha256sums=('8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451'
+sha256sums=('91206c523b4e7aeecf296d0b94276c61bea90b9260d198c8ee3a91eced10a6e3'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>