aboutsummaryrefslogtreecommitdiffstats
path: root/main/libinput
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-03 17:35:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-03 17:35:36 +0100
commitd14bad54462ac16916160b3dc1cb9a3b8fc0c9ea (patch)
treea42aeeb852dedfb1421c24a54e1fe7cf8527c385 /main/libinput
parentee30b78ddd5750cf6e2184be845f230549b2399a (diff)
downloadaports-d14bad54462ac16916160b3dc1cb9a3b8fc0c9ea.tar.bz2
aports-d14bad54462ac16916160b3dc1cb9a3b8fc0c9ea.tar.xz
main/libinput: upgrade to 1.15.1
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 c1976eb21c..fac515ca19 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.15.0
+pkgver=1.15.1
pkgrel=0
pkgdesc="Library for handling input devices"
url="https://www.freedesktop.org/wiki/Software/libinput"
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://freedesktop.org/software/libinput/libinput-$pkgver.tar.xz"
build() {
- cd "$builddir"
meson \
--buildtype=plain \
--prefix=/usr \
@@ -31,8 +30,7 @@ check() {
}
package() {
- cd "$builddir"
DESTDIR="$pkgdir" ninja -C builddir/ install
}
-sha512sums="5dab48e1b4c9c0deb5b01ebc3ccb4cc28d614be25d87daaf42f51fbd2d955266f3fdba73029bc0094caa55060dad8967751b72d8f45f19a40b542f0c9118c1b6 libinput-1.15.0.tar.xz"
+sha512sums="634810359bc4d86f2c4c75f472bee5eaed04ed93af3c91c4bc46a596402323941f9cc90173e278bfa7e5cbda6b7a20adc59bd09520dd4152fc961302b7e57904 libinput-1.15.1.tar.xz"