fix: aur package not building as trying to use Java 20 to build
This commit is contained in:
parent
cba46639a5
commit
1151efed09
2 changed files with 35 additions and 35 deletions
|
@ -13,7 +13,7 @@ arch=('any')
|
|||
url="https://github.com/ATLauncher/ATLauncher"
|
||||
license=('GPL3')
|
||||
depends=('java-runtime>=17' 'openal')
|
||||
makedepends=('java-environment>=17')
|
||||
makedepends=('jdk17-openjdk')
|
||||
provides=('atlauncher')
|
||||
conflicts=('atlauncher-bin')
|
||||
|
||||
|
|
Loading…
Reference in a new issue