fix: aur package not building as trying to use Java 20 to build

This commit is contained in:
Ryan Dowling 2023-07-04 10:08:23 +10:00
parent cba46639a5
commit 1151efed09
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD
2 changed files with 35 additions and 35 deletions

View file

@ -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')