From e1aac3d5968017c6a235d7bcf56a6c959a982e61 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 30 Jun 2024 19:46:16 -0400 Subject: [PATCH] libQuotient: rebuild for Qt-6.7 --- srcpkgs/libQuotient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template index e5003a29b7b..3a6ce91f79f 100644 --- a/srcpkgs/libQuotient/template +++ b/srcpkgs/libQuotient/template @@ -1,7 +1,7 @@ # Template file for 'libQuotient' pkgname=libQuotient version=0.8.2 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0 -DBUILD_WITH_QT6=ON $(vopt_bool e2ee Quotient_ENABLE_E2EE)"