From f2dd013d81f3cf65f5278ae5524352ff7ed974b8 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 7 Mar 2020 18:08:45 +0100 Subject: [PATCH] libinput: update to 1.15.3 --- libinput/.signature | 6 +++--- libinput/Pkgfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libinput/.signature b/libinput/.signature index 22235851..f0fe881b 100644 --- a/libinput/.signature +++ b/libinput/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndB8VfbjCGOgcE4VQYm+zk2SQCvAXjOBM+EqUkTamhkFxRRSmzGjMaqG51N9RPA1J+smy7Du/8N5k3xoqAH8ebgw= -SHA256 (Pkgfile) = 535c098bd4f1d9456ab114502a048544edce46b00c274070ad9d09a1536f7af6 +RWTSGWF5Q7TndFIqsbOk6U3qW5Ipqg4fjb35U36dEEaEI2adl/qwB1B5iIMPT1z4pq00HlK0lmkHLNoUgtVjLOljtWh8OjN8SQ0= +SHA256 (Pkgfile) = 0a42a8142f02272e6dd20551c57331bcdbd315ad7f86774cc55c281a7fca2672 SHA256 (.footprint) = fad7003784ab73aebd7d3049cf1f46ca1a2cee772895813cc4c0519116a018a2 -SHA256 (libinput-1.15.2.tar.xz) = 971c3fbfb624f95c911adeb2803c372e4e3647d1b98f278f660051f834597747 +SHA256 (libinput-1.15.3.tar.xz) = 5b12427dd50489c2b41b04ae2ca54e31a112a33cb861f00ccd15a2ad7a88694d diff --git a/libinput/Pkgfile b/libinput/Pkgfile index a35c0fc9..46672df6 100644 --- a/libinput/Pkgfile +++ b/libinput/Pkgfile @@ -4,7 +4,7 @@ # Depends on: eudev meson mtdev ninja xorg-libevdev name=libinput -version=1.15.2 +version=1.15.3 release=1 source=(https://www.freedesktop.org/software/$name/$name-$version.tar.xz) @@ -20,7 +20,7 @@ build() { -Dtests=false \ -Dlibwacom=false \ -Dudev-dir=/lib/udev \ - -Dzshcompletiondir=no + -Dzshcompletiondir=no DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install }