Skip to content

Commit

Permalink
prism-launcher: Depend on Java 21 instead of Java 17
Browse files Browse the repository at this point in the history
The most recently released Minecraft version (1.20.5) now requires Java 21. Add a rundep on that instead of Java 17. Users who need Java 17 will still have it installed, and can install it manually if required.

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 24, 2024
1 parent 87340ec commit 07ab525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/p/prism-launcher/package.yml
@@ -1,6 +1,6 @@
name : prism-launcher
version : '8.3'
release : 6
release : 7
source :
- https://github.com/PrismLauncher/PrismLauncher/releases/download/8.3/PrismLauncher-8.3.tar.gz : 4d587122f673ee4daea5aa098bd3da0f51989dbb600560146dd8a0375491cea0
license : GPL-3.0-or-later
Expand All @@ -18,7 +18,8 @@ builddeps :
- extra-cmake-modules
- openjdk-17
rundeps :
- openjdk-17
# This package should always have a rundep on whatever version of Java the latest stable Minecraft version requires
- openjdk-21
clang : yes
optimize : thin-lto
environment: |
Expand Down
4 changes: 2 additions & 2 deletions packages/p/prism-launcher/pspec_x86_64.xml
Expand Up @@ -34,8 +34,8 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2024-04-23</Date>
<Update release="7">
<Date>2024-04-24</Date>
<Version>8.3</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
Expand Down

0 comments on commit 07ab525

Please sign in to comment.