summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-05-27 09:54:31 -0400
committerAndrew Sun2021-05-27 09:54:31 -0400
commit682eed4ded67e06e6a983ba646af28c10d0b6d1a (patch)
tree1e52fd9d34e924809bd41fa780e8e4f7414c2d90
parent8986c02009d2ba0892d395922a7a4f1bc3848d3b (diff)
downloadaur-682eed4ded67e06e6a983ba646af28c10d0b6d1a.tar.gz
1.17.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78bf8528f132..7156075d67a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libinput
pkgdesc = Input device management and event handling library (32-bit)
- pkgver = 1.17.2
+ pkgver = 1.17.3
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.17.2.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.17.2.tar.xz.sig
+ source = https://freedesktop.org/software/libinput/libinput-1.17.3.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.17.3.tar.xz.sig
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha512sums = b8953ad483648d5629d56c4dc226d4906693b15da5ba4027627a51ec35ea65b0603c09056b52ed2025df1f7a877669a5b7482c025e0b37003fc676563bd05263
+ sha512sums = 3d1ab4362ede886996795d700a938d20e04cd922e8f9598fe9346f9f93e149119526fb324a096787b4b8a47bf3e5613130bcd874f10df86761031710d2acc792
sha512sums = SKIP
pkgname = lib32-libinput
diff --git a/PKGBUILD b/PKGBUILD
index 66844748688d..ffde8a558288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libinput
pkgname="lib32-$_basename"
-pkgver=1.17.2
+pkgver=1.17.3
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=('b8953ad483648d5629d56c4dc226d4906693b15da5ba4027627a51ec35ea65b0603c09056b52ed2025df1f7a877669a5b7482c025e0b37003fc676563bd05263'
+sha512sums=('3d1ab4362ede886996795d700a938d20e04cd922e8f9598fe9346f9f93e149119526fb324a096787b4b8a47bf3e5613130bcd874f10df86761031710d2acc792'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>