From a1a57de2fdca2ce87639d0f411fa8e7a78af33a2 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 24 Feb 2022 16:26:35 +0100 Subject: [PATCH] Changed minimal version of mtxclient. --- nheko.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nheko.spec b/nheko.spec index 098bad3..38575c5 100644 --- a/nheko.spec +++ b/nheko.spec @@ -18,7 +18,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.6.0 +BuildRequires: cmake(MatrixClient) >= 0.6.2 BuildRequires: cmake(Olm) >= 3.2.6 BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core)