From 7da12a4291538226410c6e8496b27ea531b168ce Mon Sep 17 00:00:00 2001 From: John Date: Sun, 22 Dec 2024 22:48:27 +0100 Subject: [PATCH] qbittorrent: rebuild against Qt 6.8 --- srcpkgs/qbittorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index de679ad5b76..eed4b32868e 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent version=5.0.1 -revision=1 +revision=2 build_style=cmake configure_args="-DSYSTEMD=OFF -DGUI=ON -DWEBUI=OFF" hostmakedepends="pkg-config qt6-tools qt6-declarative-host-tools"