From c1ecac08afcc5c28474aaa077381f2bc4834121f Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 8 Sep 2022 09:02:56 +0200 Subject: [PATCH] Bump minimal mtxclient version to 0.8.1. --- nheko.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nheko.spec b/nheko.spec index 4d6d680..b8c2f1f 100644 --- a/nheko.spec +++ b/nheko.spec @@ -11,7 +11,7 @@ Summary: Desktop client for the Matrix protocol URL: https://github.com/Nheko-Reborn/%{name} Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake(MatrixClient) >= 0.8.0 +BuildRequires: cmake(MatrixClient) >= 0.8.1 BuildRequires: cmake(Olm) >= 3.2.12 BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core)