From 42293f94ae84d2a5424f9db4eaf1fbfdcbf20e44 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 27 Sep 2024 16:34:26 -0400 Subject: [PATCH] libratbag: update to 0.18. --- srcpkgs/libratbag/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libratbag/template b/srcpkgs/libratbag/template index bd7e4bf1805..b63f9bbb942 100644 --- a/srcpkgs/libratbag/template +++ b/srcpkgs/libratbag/template @@ -1,6 +1,6 @@ # Template file for 'libratbag' pkgname=libratbag -version=0.17 +version=0.18 revision=1 build_style=meson configure_args="-Dtests=false -Dsystemd-unit-dir='' @@ -15,7 +15,7 @@ maintainer="classabbyamp " license="MIT" homepage="https://github.com/libratbag/libratbag" distfiles="https://github.com/libratbag/libratbag/archive/v${version}.tar.gz" -checksum=bd0efd077e155ca71218981d6518a9ac9031fdb42699375b8cd17fa78e0354ff +checksum=8a7f8bf00c21ef5ad534e2804ed537f2fc6521a3932dd822c438e561a85a1bcd make_check=extended # needs system dbus make_check_pre="dbus-run-session"