java-openjfx: unable to satisfy dependency 'java-openjfx-license=23' required by java-openjfx

This commit is contained in:
Guoyi Zhang 2025-02-07 15:17:51 +11:00
parent b0376305b2
commit 868b3acd0a

View file

@ -114,7 +114,6 @@ package_java-openjfx() {
"glib2"
"glibc"
"java-runtime-openjdk=${pkgver%%.*}"
"java-openjfx-license=${pkgver%%.*}"
"libgl"
"libx11"
"libxtst"
@ -168,9 +167,6 @@ package_java-openjfx-doc() {
arch=(
"any"
)
depends=(
"java-openjfx-license=${pkgver%%.*}"
)
optdepends=(
"java-openjfx=${pkgver%%.*}: The software this documentation is for."
)
@ -190,9 +186,6 @@ package_java-openjfx-doc() {
package_java-openjfx-src() {
pkgdesc="Source code for Java OpenJFX client application platform (open-source implementation of JavaFX) - version following latest major Arch Linux OpenJDK java release."
arch=(any)
depends=(
"java-openjfx-license=${pkgver%%.*}"
)
optdepends=(
"java-openjfx=${pkgver%%.*}: The software this source code is for."
)