summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-10-17 06:18:19 -0400
committerAndrew Sun2019-10-17 06:18:19 -0400
commite6295817463558ceeb5a768e976e228f40c19138 (patch)
tree42096bfe91b6a2390c7c5332fecaf9cbb626f14c
parentfea06cab20440d6ea4ef33fc0c6ba2e1420a0ef8 (diff)
downloadaur-e6295817463558ceeb5a768e976e228f40c19138.tar.gz
1.14.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e23d00a823..035a912e0d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libinput
pkgdesc = Input device management and event handling library (32-bit)
- pkgver = 1.14.1
+ pkgver = 1.14.2
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.14.1.tar.xz
- source = https://freedesktop.org/software/libinput/libinput-1.14.1.tar.xz.sig
+ source = https://freedesktop.org/software/libinput/libinput-1.14.2.tar.xz
+ source = https://freedesktop.org/software/libinput/libinput-1.14.2.tar.xz.sig
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha512sums = 8416bab51ba1aab924fa1b41360bc2ad101fb60d3a82c73584bb1e2454554524716673e3eac7f08c18bd6a1ecdfa52ea3cfe09c7a866c59fcd47d75960e82d4c
+ sha512sums = 932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb
sha512sums = SKIP
pkgname = lib32-libinput
diff --git a/PKGBUILD b/PKGBUILD
index 30d72affe5d6..2358d46792fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: orumin <dev@orum.in>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: orumin <dev at orum dot in>
_basename=libinput
pkgname="lib32-$_basename"
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc="Input device management and event handling library (32-bit)"
url="https://www.freedesktop.org/wiki/Software/libinput/"
@@ -13,9 +13,9 @@ 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=('8416bab51ba1aab924fa1b41360bc2ad101fb60d3a82c73584bb1e2454554524716673e3eac7f08c18bd6a1ecdfa52ea3cfe09c7a866c59fcd47d75960e82d4c'
+sha512sums=('932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb'
'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>0
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
build() {
export CC='gcc -m32'