aboutsummaryrefslogtreecommitdiffstats
path: root/main/libinput
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-19 09:34:40 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-06-29 08:04:46 +0200
commit80fa40ff20f77e1a22c4bc89e9534526392446d6 (patch)
tree78e24e1d1a5cef89845e0368e385574d2226e9b5 /main/libinput
parent9e79966d60e31dc42c2ef722dcec4dbda8ed2fa8 (diff)
downloadaports-80fa40ff20f77e1a22c4bc89e9534526392446d6.tar.bz2
aports-80fa40ff20f77e1a22c4bc89e9534526392446d6.tar.xz
main/libinput: upgrade to 1.11.1
Use https for source and upstream.
Diffstat (limited to 'main/libinput')
-rw-r--r--main/libinput/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD
index ac78813f08..c0d70f0db6 100644
--- a/main/libinput/APKBUILD
+++ b/main/libinput/APKBUILD
@@ -1,16 +1,17 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=libinput
-pkgver=1.10.5
+pkgver=1.11.1
pkgrel=0
pkgdesc="Library for handling input devices"
-url="http://www.freedesktop.org/wiki/Software/libinput"
+url="https://www.freedesktop.org/wiki/Software/libinput"
arch="all"
license="MIT"
makedepends="eudev-dev libevdev-dev meson mtdev-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
options="!check"
-source="http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
+source="https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
+builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
@@ -27,4 +28,4 @@ package() {
DESTDIR="$pkgdir" ninja -C builddir/ install
}
-sha512sums="61f19ea777b523f0e76869b8e7dbbff5e51132d3c856c6edb9915a695f7903256228e71be2567642866923a800f1283bdd5aff97266ac26c2e42dfce0bffa50b libinput-1.10.5.tar.xz"
+sha512sums="3dd1a318c89d66f5a66016c6dbfa5277b61a8cb5337d99f85b1eeef40ed894bdc04fd4588a97383988daea0f034df5a72bff318325320a01b857db9deb94a2b0 libinput-1.11.1.tar.xz"