aboutsummaryrefslogtreecommitdiffstats
path: root/main/libinput
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-21 13:52:45 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-11-01 05:45:01 +0000
commit4434ea8376f623c448af02d30ff3836fc4262ea3 (patch)
treec9e115edec45143fbab28aeed82264f6bd51b122 /main/libinput
parentd8a799317e3370b4efe500a8c2b6ad0d5b43f798 (diff)
downloadaports-4434ea8376f623c448af02d30ff3836fc4262ea3.tar.bz2
aports-4434ea8376f623c448af02d30ff3836fc4262ea3.tar.xz
main/libinput: upgrade to 1.14.2
Closes !613
Diffstat (limited to 'main/libinput')
-rw-r--r--main/libinput/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD
index e6ebeb0910..a8ae3d626b 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.14.1
+pkgver=1.14.2
pkgrel=0
pkgdesc="Library for handling input devices"
url="https://www.freedesktop.org/wiki/Software/libinput"
@@ -10,7 +10,7 @@ license="MIT"
makedepends="eudev-dev libevdev-dev meson mtdev-dev"
checkdepends="diffutils bash"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
-source="https://freedesktop.org/software/libinput/$pkgname-$pkgver.tar.xz"
+source="https://freedesktop.org/software/libinput/libinput-$pkgver.tar.xz"
build() {
cd "$builddir"
@@ -35,4 +35,4 @@ package() {
DESTDIR="$pkgdir" ninja -C builddir/ install
}
-sha512sums="8416bab51ba1aab924fa1b41360bc2ad101fb60d3a82c73584bb1e2454554524716673e3eac7f08c18bd6a1ecdfa52ea3cfe09c7a866c59fcd47d75960e82d4c libinput-1.14.1.tar.xz"
+sha512sums="932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb libinput-1.14.2.tar.xz"