Java 17 packaging (#744)
* packaging: deb: remove java 8 option * packaging: rpm: Require java 17 at minimum * packaging: aur: Require java 17 at minimum
This commit is contained in:
parent
2dcce88594
commit
7f20de1149
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ modpacks easily and quickly."
|
|||
arch=('any')
|
||||
url="https://atlauncher.com/"
|
||||
license=('GPL3')
|
||||
depends=('java-runtime>=8' 'openal')
|
||||
depends=('java-runtime>=17' 'openal')
|
||||
makedepends=('unzip')
|
||||
provides=('atlauncher')
|
||||
conflicts=('atlauncher')
|
||||
|
|
|
@ -12,7 +12,7 @@ modpacks easily and quickly."
|
|||
arch=('any')
|
||||
url="https://github.com/ATLauncher/ATLauncher"
|
||||
license=('GPL3')
|
||||
depends=('java-runtime>=8' 'openal')
|
||||
depends=('java-runtime>=17' 'openal')
|
||||
makedepends=('java-environment>=8')
|
||||
provides=('atlauncher')
|
||||
conflicts=('atlauncher-bin')
|
||||
|
|
|
@ -3,7 +3,7 @@ Version: 1.3-1
|
|||
Section: games
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: java17-runtime | java-17-runtime | java8-runtime | java-8-runtime, wget, desktop-file-utils
|
||||
Depends: java17-runtime | java-17-runtime, wget, desktop-file-utils
|
||||
Installed-Size: 2220
|
||||
Maintainer: Ryan Dowling <ryan.dowling@atlauncher.com>
|
||||
Description: A launcher for Minecraft which integrates multiple different modpacks to allow you to download and install modpacks easily and quickly.
|
||||
|
|
|
@ -12,7 +12,7 @@ BuildRequires: libappstream-glib
|
|||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: wget
|
||||
Requires: java >= 1:1.8.0
|
||||
Requires: java >= 1:17
|
||||
Requires: xrandr
|
||||
Provides: atlauncher
|
||||
|
||||
|
|
Loading…
Reference in a new issue