From 7a5678793e41c2280a3c06f4b709031ef1c32c41 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 1 Oct 2022 16:56:03 +0200 Subject: [PATCH] dbus: update to 1.14.2. --- srcpkgs/dbus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index aa6b118f52a..6c3d3494bee 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -1,7 +1,7 @@ # Template file for 'dbus' # NOTE: keep this pkg synchronized with dbus-elogind pkgname=dbus -version=1.14.0 +version=1.14.2 revision=1 build_style=gnu-configure configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus @@ -17,7 +17,7 @@ license="GPL-2.0-or-later" homepage="https://dbus.freedesktop.org/" changelog="https://raw.githubusercontent.com/freedesktop/dbus/dbus-1.14/NEWS" distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.xz" -checksum=ccd7cce37596e0a19558fd6648d1272ab43f011d80c8635aea8fd0bad58aebd4 +checksum=07351839a36b3c833b3afe405c4420e7ee367f2ecf57c7ac3633e53110d799fa python_version=3 conf_files="/etc/dbus-1/*.conf"