diff options
author | dai9ah <dai9ah@protonmail.com> | 2018-03-02 12:15:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-05 23:30:26 +0000 |
commit | 09169daaf458cad1d82f4665886f7d425dc2f3a3 (patch) | |
tree | 4ee57c25a7ca407795e7aa5e0780af15fbbb9183 /main/libinput | |
parent | 506315f212b80b30bd186797cb82c568e6d9078c (diff) | |
download | aports-09169daaf458cad1d82f4665886f7d425dc2f3a3.tar.bz2 aports-09169daaf458cad1d82f4665886f7d425dc2f3a3.tar.xz |
main/libinput: upgrade to 1.10.1
Diffstat (limited to 'main/libinput')
-rw-r--r-- | main/libinput/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD index 2dd3a4e4f8..ae04b6ed5d 100644 --- a/main/libinput/APKBUILD +++ b/main/libinput/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> pkgname=libinput -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=0 pkgdesc="Library for handling input devices" -url="http://www.freedesktop.org/wiki/Software/libinput/" +url="http://www.freedesktop.org/wiki/Software/libinput" arch="all" license="MIT" makedepends="mtdev-dev eudev-dev libevdev-dev meson" @@ -27,7 +27,6 @@ build() { package() { cd "$builddir" DESTDIR="$pkgdir" ninja -C builddir/ install - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="173f72f454c534dee755b6121c4577900ae9b8a129ac41de69410c3195950a6d149d6148892c4976f013eeabca66117d53fa67e352cc005960863a5576696928 libinput-1.10.0.tar.xz" +sha512sums="69e7cd12f3d686d1b09afd93fe072ddd6f8c9a1f04c0a651c7dd02c5a20b3f8163c5b787b41bf3ae91db0da7d3e2958d315d6c9a2875259c62b0d290ac89d1fb libinput-1.10.1.tar.xz" |