extra/libinput to 1.7.1-1

This commit is contained in:
Kevin Mihelich 2017-04-25 17:59:44 +00:00
parent 7928793adc
commit 390b806f1c

View file

@ -7,8 +7,8 @@
# - patch to not crash Xorg on the Chromebook Plus
pkgname=libinput
pkgver=1.7.0
pkgrel=1.2
pkgver=1.7.1
pkgrel=1
pkgdesc="Input device management and event handling library"
arch=(i686 x86_64)
url="https://www.freedesktop.org/wiki/Software/libinput/"
@ -23,7 +23,7 @@ source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
0003-udev-Add-support-for-I2C-Elan-touchpads-without-dmi.patch
0004-udev-Decrease-high-pressure-value-for-Elantech-touch.patch
0005-Don-t-pair-touchpad-and-lid-switch.patch)
sha512sums=('9058eab813ea3de230835155ca843f248127cbafaf1aecc9a2e209a0215b090beef0468cc863a24320f8d0db1f2863baba680e2416e9e409e958b2c1d18e43a1'
sha512sums=('ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352'
'SKIP'
'12649bc2b1103bed2c2050bea43661fd4363745d997a2e07ef44c096279532aa95fbf8108ac4330e481c16d6732cbc26b00333d0e62d5e93cf6be4d8d0ac04d6'
'f6bd66dbb7421c09ef0f58d911d6432693db901715c8e24f4faddffd03a3b3d0929c9f88e5413821da2e7efe73e8b9f391b39472fbedeb09aec416ea466a25c5'
@ -49,9 +49,7 @@ build() {
check() {
cd $pkgname-$pkgver
# disabled for now:
# https://github.com/libcheck/check/issues/18
# make check
make check
}
package() {