diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-03 12:49:40 +0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-07-06 08:43:44 +0200 |
commit | eb4b17a9c407a51d37f347f7925811d12e751692 (patch) | |
tree | 0c99b1342d77b85fb77512cbd12703980286839c /main/libinput/APKBUILD | |
parent | e5b552b8412fd68493840175ec8409e353bc1c91 (diff) | |
download | aports-eb4b17a9c407a51d37f347f7925811d12e751692.tar.bz2 aports-eb4b17a9c407a51d37f347f7925811d12e751692.tar.xz |
main/libinput: upgrade to 1.11.2
Diffstat (limited to 'main/libinput/APKBUILD')
-rw-r--r-- | main/libinput/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD index fcc02bdd4e..74384667ca 100644 --- a/main/libinput/APKBUILD +++ b/main/libinput/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> pkgname=libinput -pkgver=1.11.1 -pkgrel=1 +pkgver=1.11.2 +pkgrel=0 pkgdesc="Library for handling input devices" url="https://www.freedesktop.org/wiki/Software/libinput" arch="all" @@ -10,8 +10,7 @@ license="MIT" makedepends="eudev-dev libevdev-dev meson mtdev-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" options="!check" -source="https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz - 0001-tools-pass-a-valid-grab-parameter-to-list-devices.patch" +source="https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -29,5 +28,4 @@ package() { DESTDIR="$pkgdir" ninja -C builddir/ install } -sha512sums="3dd1a318c89d66f5a66016c6dbfa5277b61a8cb5337d99f85b1eeef40ed894bdc04fd4588a97383988daea0f034df5a72bff318325320a01b857db9deb94a2b0 libinput-1.11.1.tar.xz -52a897a0c974d0c5a205215505024550f0863c92cb456d99085d28f39f2744a6a5c2968a7f6ea7a19ba6e74e24a42b6e51172a9276e8e1c75e9f7b4006571e55 0001-tools-pass-a-valid-grab-parameter-to-list-devices.patch" +sha512sums="cb6ada877fc3c09f634f3db39d5507e66d4b86c3d632bb8f7498c7b01fdf8372b2053a79b641293900b7fcc0aa4e920f7c830d9c7b2d9ff3cd61c58eb7c20b65 libinput-1.11.2.tar.xz" |