summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59fc9cd69841..8f572d8e294c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Jul 30 07:52:44 UTC 2016
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.0
- pkgrel = 2
+ pkgver = 1.4.2
+ pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/libinput/
install = libinput.install
arch = x86_64
@@ -16,9 +14,10 @@ pkgbase = lib32-libinput
depends = lib32-libunwind
depends = libinput
options = !libtool
- source = http://freedesktop.org/software/libinput/libinput-1.4.0.tar.xz
- source = http://freedesktop.org/software/libinput/libinput-1.4.0.tar.xz.sig
- sha256sums = 76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420
+ 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
+ validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
+ sha256sums = 8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451
sha256sums = SKIP
pkgname = lib32-libinput
diff --git a/PKGBUILD b/PKGBUILD
index 664b50c2fa42..7dc83a87c538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_basename=libinput
pkgname="lib32-$_basename"
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.2
+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')
url="http://www.freedesktop.org/wiki/Software/libinput/"
@@ -12,8 +12,8 @@ depends=('lib32-mtdev' 'lib32-systemd' 'lib32-libevdev' 'lib32-libwacom' 'lib32-
checkdepends=('lib32-check')
install=libinput.install
options=('!libtool')
-source=(http://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig})
-sha256sums=('76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420'
+source=(https://freedesktop.org/software/$_basename/$_basename-$pkgver.tar.xz{,.sig})
+sha256sums=('8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>