summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-11-27 09:21:35 -0500
committerAndrew Sun2020-11-27 09:21:35 -0500
commita8f348fc249b99a31e5de21e465321b114d12a41 (patch)
tree0170e8a408b4cb86c8b83e9add195e9ac0ad0aa8
parentafaceccd21e6179f1488ad059cf5c21964038f5b (diff)
downloadaur-a8f348fc249b99a31e5de21e465321b114d12a41.tar.gz
1.16.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419d50307200..505a332c2da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libinput
pkgdesc = Input device management and event handling library (32-bit)
- pkgver = 1.16.3
+ pkgver = 1.16.4
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/libinput/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = lib32-libinput
depends = lib32-libevdev
depends = lib32-libwacom
depends = libinput
- source = https://freedesktop.org/software/libinput/libinput-1.16.3.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.16.3.tar.xz.sig
+ source = https://freedesktop.org/software/libinput/libinput-1.16.4.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.16.4.tar.xz.sig
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha512sums = cdf87988b24dc0a44b7b6ed3e15e70c7702bf65f1cfe257924967677c7a1f1485011a9e30254ba8962c83885de78f824e7955cedb07322676332d42532ec4a39
+ sha512sums = a95a3bcf58a9298946d15f4f2fd93dc5807d3042f8797950a1ffd96d3c979b55a764f035a9f7680d0ea400b033698c322eb61a4387dbc280db6110ffd3e137ee
sha512sums = SKIP
pkgname = lib32-libinput
diff --git a/PKGBUILD b/PKGBUILD
index 9b0643570538..da6fb07a60cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libinput
pkgname="lib32-$_basename"
-pkgver=1.16.3
+pkgver=1.16.4
pkgrel=1
pkgdesc="Input device management and event handling library (32-bit)"
url="https://www.freedesktop.org/wiki/Software/libinput/"
@@ -13,7 +13,7 @@ depends=('lib32-mtdev' 'lib32-systemd' 'lib32-libevdev' 'lib32-libwacom' "$_base
# upstream doesn't recommend building docs
makedepends=('gcc-multilib' 'lib32-gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
source=(https://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig})
-sha512sums=('cdf87988b24dc0a44b7b6ed3e15e70c7702bf65f1cfe257924967677c7a1f1485011a9e30254ba8962c83885de78f824e7955cedb07322676332d42532ec4a39'
+sha512sums=('a95a3bcf58a9298946d15f4f2fd93dc5807d3042f8797950a1ffd96d3c979b55a764f035a9f7680d0ea400b033698c322eb61a4387dbc280db6110ffd3e137ee'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>