From 071da4d538688ab347b95e7f21407c7547ea41b3 Mon Sep 17 00:00:00 2001 From: SpidFightFR Date: Fri, 9 Jun 2023 09:13:18 +0000 Subject: [PATCH] PrismLauncher: update to 7.0. --- srcpkgs/PrismLauncher/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template index 2c9e9cc3d8d4..dbfce347e1ab 100644 --- a/srcpkgs/PrismLauncher/template +++ b/srcpkgs/PrismLauncher/template @@ -1,10 +1,10 @@ # Template file for 'PrismLauncher' pkgname=PrismLauncher -version=6.3 +version=7.0 revision=1 build_style=cmake -configure_args="-DLauncher_BUILD_PLATFORM=Void" -hostmakedepends="extra-cmake-modules openjdk8 pkg-config qt5-host-tools +configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_QT_VERSION_MAJOR='5'" +hostmakedepends="extra-cmake-modules openjdk17 pkg-config qt5-host-tools qt5-qmake scdoc" makedepends="qt5-devel" depends="virtual?java-runtime qt5-svg qt5-imageformats" @@ -13,7 +13,7 @@ maintainer="Philipp David " license="GPL-3.0-only" homepage="https://prismlauncher.org/" distfiles="https://github.com/PrismLauncher/PrismLauncher/releases/download/${version}/PrismLauncher-${version}.tar.gz" -checksum=fc1896df6422248dbd767d4a82066fe6044ae104354ebf75fc5ae92252f2fb1a +checksum=aef3d368aea8c5c65d6db0d258ef3d0a2965a009f1311568190d2b557ec01833 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=0"