From 86ac135200740ae14340b0c6e23ff845f55fb34e Mon Sep 17 00:00:00 2001 From: skmpz Date: Thu, 29 Apr 2021 08:53:41 +0300 Subject: [PATCH] libwacom: update to 1.10. --- srcpkgs/libwacom/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index c8ab37bbf718..4961b46e951f 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -1,6 +1,6 @@ # Template file for 'libwacom' pkgname=libwacom -version=1.9 +version=1.10 revision=1 build_style=meson build_helper="qemu" @@ -14,7 +14,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/${pkgname}-${version}/${pkgname}-${version}.tar.bz2" -checksum=68b14d4e3b75fed9f590bf6eaea361a72dc23e933b7725094c779477acf665c7 +checksum=f6c98c4597a786f967b3c02b9c93e40932a162cc4e279daf7abd4316b4265291 if [ -z "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=disabled"