aboutsummaryrefslogtreecommitdiffstats
path: root/main/libinput
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-19 09:34:40 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-05-08 08:35:25 +0000
commit0fdc455466c83733bf02a5a0ea6720e8d45b2438 (patch)
treed9c5594d13b166262af7abd20ee87126a8ba3e41 /main/libinput
parent3cf491349ee83f94db8a9df2a96b1e7d314c7de7 (diff)
downloadaports-0fdc455466c83733bf02a5a0ea6720e8d45b2438.tar.bz2
aports-0fdc455466c83733bf02a5a0ea6720e8d45b2438.tar.xz
main/libinput: upgrade to 1.10.5
Diffstat (limited to 'main/libinput')
-rw-r--r--main/libinput/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD
index 4716a91826..ac78813f08 100644
--- a/main/libinput/APKBUILD
+++ b/main/libinput/APKBUILD
@@ -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"