There is a bug with the PKGBUILD for version 0.61.0-1 evolving the java versions.
To correct, apply the following changes:
- depends=('java-runtime=11' 'webkit2gtk')
+ depends=('java-runtime=17' 'webkit2gtk')
- export JAVA_HOME=$(archlinux-java-run --min 11 --max 11 --java-home)
+ export JAVA_HOME=$(archlinux-java-run --min 17 --max 17 --java-home)
Pinned Comments
Cobra commented on 2025-12-19 15:13 (UTC)
80.4-2 adds OAuth authorization and thus the possibility to create a portfolio account for obtaining historic data.
Bevan implemented this crucial feature in the current PKGBUILD – and I'm very happy to welcome him as co-maintainer. :)
Cobra commented on 2023-08-19 13:34 (UTC)
Thanks to Bevan, we now have a simple and elegant (compared to my attempt) workaround that lets the PKGBUILD download and use the most recent version of maven (currently 3.9.4). Should not need any intervention from you. :)