Package Details: prismlauncher-git 10.0.0.pre1.r0.gfc3c5cba3-1

Git Clone URL: https://aur.archlinux.org/prismlauncher-git.git (read-only, click to copy)
Package Base: prismlauncher-git
Description: Minecraft launcher with ability to manage multiple instances
Upstream URL: https://prismlauncher.org
Licenses: GPL-3.0-only AND LGPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 AND MIT AND LicenseRef-Batch AND OFL-1.1
Conflicts: prismlauncher
Provides: prismlauncher
Submitter: Scrumplex
Maintainer: Scrumplex (txtsd, g3tchoo)
Last Packager: txtsd
Votes: 20
Popularity: 2.62
First Submitted: 2022-10-18 06:43 (UTC)
Last Updated: 2025-12-16 05:09 (UTC)

Dependencies (28)

Required by (2)

Sources (5)

Latest Comments

1 2 Next › Last »

Toorero commented on 2026-01-10 22:07 (UTC)

@dhopcs I wouldn't do this. You can follow the guide of the ArchWiki to enable it without altering the PKGBUILD: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation

Toorero commented on 2026-01-10 22:05 (UTC)

@txtsd Still you can't use prismlauncher-git with neither jre17-openjdk nor jdk17-openjdk installed after building the package since you declared java-runtime=17 as a dependency rather than 'java-runtime>=17'.

So something like this won't work:

makepkg -si
pacman -S jre21-openjdk
pacman -R jdk17-openjdk

Sure you can set the default java version to jre21 and use it for the Prism Launcher as well but then jdk17-openjdk (or jre17-openjdk) is installed without a necessity or usage.

txtsd commented on 2025-12-16 15:30 (UTC)

@mub 17 is needed for the build process.

You can have different java versions installed. Set your default one with the archlinux-java helper script.

mub commented on 2025-12-16 14:04 (UTC) (edited on 2025-12-16 14:07 (UTC) by mub)

Currently it offers jre17 as an option but still demands jdk17. This means if I have jre17 installed it forces me to switch to jdk17, which is not a huge issue but seems confusing.

Also not everyone wants java 17 as their OS default. I need java 21 as my OS default. while your point about specific version of minecraft needed java 17, Prism Launcher doesn't require 17. You can have several version of java installed and configure each minecraft instance in prism to use a specific version. Please can you allow for jre as well as jdk versions and expand the list to include java 21, or more usefully just remove the dependency entirely. If there are other oddities can users can figure those out themselves.

Install transcript here: https://pastebin.com/j6FfULQk

dhopcs commented on 2025-09-17 21:33 (UTC)

may i suggest suffixing -j "$(nproc)" to the build command to build with all cores, this significantly improves build times

heyimnyl commented on 2025-07-05 18:14 (UTC)

it should.

koopa512 commented on 2024-12-08 19:49 (UTC)

the version number needs to be updated

Rucker commented on 2024-10-17 13:53 (UTC) (edited on 2024-10-17 13:54 (UTC) by Rucker)

Test 9, ResourceModel, fails with a segfault, and makes me unable to complete installing the package. Any ideas on how to fix this?

xAsh commented on 2024-09-25 15:49 (UTC)

is there any reason for the debug flag that installs the 233MB prismlauncher-git-debug package?

g3tchoo commented on 2024-05-20 18:29 (UTC)

thanks @skw, it's been added!