From 3f44cf4d58973a3d26806857bb2068b0b00d3c47 Mon Sep 17 00:00:00 2001 From: gc-user Date: Thu, 10 Sep 2026 18:39:18 +0200 Subject: [PATCH] libwacom: update to 2.20.0 --- srcpkgs/libwacom/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index 16909e5f31720c..5576449bdb6b3a 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -1,6 +1,6 @@ # Template file for 'libwacom' pkgname=libwacom -version=2.19.1 +version=2.20.0 revision=1 build_style=meson configure_args="-Ddocumentation=disabled" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/linuxwacom/libwacom" changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS" distfiles="https://github.com/linuxwacom/libwacom/releases/download/libwacom-${version}/libwacom-${version}.tar.xz" -checksum=a1e5b1e7ef60fa70ed05b55d888d980ec7e86bd15594857f3c48c529b661bf32 +checksum=370b45b5e05a91960df0aeb9c9481ae05846aab92ab2d4ec66945a0da4216888 if [ -z "$CROSS_BUILD" ] && [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=enabled"