From 76e1a5c705d42d12269024eb330ef64832eef3ac Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 17 May 2024 11:05:11 -0400 Subject: [PATCH] PrismLauncher: add missing dep account auth is broken without this: [qt.network.ssl]: No functional TLS backend was found [qt.network.ssl]: QSslSocket::connectToHostEncrypted: TLS initialization failed --- srcpkgs/PrismLauncher/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template index 6fe5008608d..27682d26532 100644 --- a/srcpkgs/PrismLauncher/template +++ b/srcpkgs/PrismLauncher/template @@ -1,12 +1,12 @@ # Template file for 'PrismLauncher' pkgname=PrismLauncher version=8.3 -revision=2 +revision=3 build_style=cmake configure_args="-DLauncher_BUILD_PLATFORM=Void" hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt6-tools qt6-base scdoc" makedepends="qt6-base-devel qt6-qt5compat-devel zlib-devel quazip-qt6-devel" -depends="virtual?java-runtime qt6-svg qt6-imageformats" +depends="virtual?java-runtime qt6-svg qt6-imageformats qt6-plugin-tls-openssl" short_desc="Custom launcher for Minecraft" maintainer="Philipp David " license="GPL-3.0-only"