From 53ffe694a754fd9278f3b6b3a75d9532a32cd94a Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 30 May 2025 12:37:54 -0400 Subject: [PATCH] Quaternion: update to 0.0.97.1. --- srcpkgs/Quaternion/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template index 8df80e7c638..8594385d2c1 100644 --- a/srcpkgs/Quaternion/template +++ b/srcpkgs/Quaternion/template @@ -1,7 +1,6 @@ # Template file for 'Quaternion' pkgname=Quaternion -version=0.0.97beta1 -_version="${version/beta/-beta}" +version=0.0.97.1 revision=1 build_style=cmake hostmakedepends="qt6-base qt6-declarative-host-tools qt6-tools" @@ -13,7 +12,7 @@ short_desc="Qt-based IM client for the Matrix protocol" maintainer="Julio Galvan " license="GPL-3.0-or-later" homepage="https://github.com/quotient-im/Quaternion" -distfiles="https://github.com/quotient-im/Quaternion/archive/${_version}.tar.gz" -checksum=da770a45a357aa5d081849be3f57357a6b10b36b8e3d11c3a4ad752dd0a89f5f +distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz" +checksum=1d19374124a3a266390f0d1519b970ece4c2efb6921b31de747852a57f34c1ca CXXFLAGS="-Wno-deprecated-declarations"