From 3e95e355d4c1936cb0f175cf7b762a5947f55e75 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 24 Feb 2022 06:37:26 -0700 Subject: [PATCH] libinput: update to 1.20.0. --- srcpkgs/libinput/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 118f703d9275..38fe908dbb36 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.19.3 +version=1.20.0 revision=1 build_style=meson configure_args="-Dtests=false" @@ -12,8 +12,8 @@ short_desc="Provides handling input devices in Wayland compositors and X" maintainer="Michal Vasilek " license="MIT" homepage="https://www.freedesktop.org/wiki/Software/libinput" -distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=3cae78ccde19d7d0f387e58bc734d4d17ab5f6426f54a9e8b728c90b17baa068 +distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz" +checksum=04d27bce1eb8387e99740e43224b0de7ea65161826d120199bf96230132e5186 CFLAGS="-UNDEBUG"