From 75595e4a0afe9ca1d9c635ebe86c6e222a9d1a4a Mon Sep 17 00:00:00 2001 From: SpidFightFR Date: Sun, 18 Jun 2023 06:21:06 +0000 Subject: [PATCH] PrismLauncher: update to 7.1. --- srcpkgs/PrismLauncher/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/PrismLauncher/template b/srcpkgs/PrismLauncher/template index 2c9e9cc3d8d4aa..14813d2b7ac943 100644 --- a/srcpkgs/PrismLauncher/template +++ b/srcpkgs/PrismLauncher/template @@ -1,10 +1,10 @@ # Template file for 'PrismLauncher' pkgname=PrismLauncher -version=6.3 +version=7.1 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=dc7aeff6e0dc12f4f2065e718418a4110ccdbad3e49fbd58e416a213fde7ebb1 if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=0"