From a0e9bb6654408da7b5b3b6daf0d7faa06e4984d0 Mon Sep 17 00:00:00 2001 From: skmpz Date: Fri, 3 Sep 2021 09:29:57 +0400 Subject: [PATCH] libwacom: update to 1.12. --- srcpkgs/libwacom/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index 0d33e60b450a..3044de29c8a4 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -1,6 +1,6 @@ # Template file for 'libwacom' pkgname=libwacom -version=1.11 +version=1.12 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=4580a8fbad067a5b187abe864ab80d42d8138d0caec394533bec67bf457e4c58 +checksum=290450d604f78bbd956eddb69f79f8d56f8ed1a5ccbb5e88e22fa84fa2fceb4f if [ -z "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=disabled"