main/libinput: upgrade to 1.10.5

This commit is contained in:
prspkt 2018-04-19 09:34:40 +00:00 committed by Francesco Colista
parent 3cf491349e
commit 0fdc455466

View File

@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=libinput
pkgver=1.10.4
pkgver=1.10.5
pkgrel=0
pkgdesc="Library for handling input devices"
url="http://www.freedesktop.org/wiki/Software/libinput"
@ -12,8 +12,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
options="!check"
source="http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
meson --prefix=/usr \
@ -29,4 +27,4 @@ package() {
DESTDIR="$pkgdir" ninja -C builddir/ install
}
sha512sums="b6f24f135e2396d53c0576a3b3887cd3736f2209fc448c6419cd1f1d7ee6aedff8e067f4b780f50ada5a4418d5bc47a4010cb328f366ee7fd1a2dba1ffc96c38 libinput-1.10.4.tar.xz"
sha512sums="61f19ea777b523f0e76869b8e7dbbff5e51132d3c856c6edb9915a695f7903256228e71be2567642866923a800f1283bdd5aff97266ac26c2e42dfce0bffa50b libinput-1.10.5.tar.xz"