From 3839206420f0709ef4a1f9c710ba81297fa150cb Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Sun, 4 Oct 2020 12:23:03 +0200 Subject: [PATCH] bolt: update to 0.9 --- srcpkgs/bolt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bolt/template b/srcpkgs/bolt/template index 70938cf621c..70a3aeb5827 100644 --- a/srcpkgs/bolt/template +++ b/srcpkgs/bolt/template @@ -1,6 +1,6 @@ # Template file for 'bolt' pkgname=bolt -version=0.8 +version=0.9 revision=1 build_style=meson configure_args="-Dman=true -Dsystemd=false" @@ -13,7 +13,7 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://gitlab.freedesktop.org/bolt/bolt" distfiles="https://gitlab.freedesktop.org/bolt/bolt/-/archive/${version}/bolt-${version}.tar.gz" -checksum=18dee2a08860cff963d505e382aa5ea9f6a90c0d0279854063839e4a02426e96 +checksum=49fe4cb2cd3361fd104f9c2cd7cbbf791e867038590a968dc39377b27008969a patch_args="-Np1" CFLAGS="-fcommon"