summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2021-04-20 22:54:38 +0200
committerLucas Werkmeister2021-04-20 22:54:38 +0200
commit0c81a4a63d083443974c682bcc26051f3e4a825d (patch)
tree99bd6b3fb2d78999915809329fdb69108c7cbedc /PKGBUILD
parent669e7fd1cfbfa48ee623d586a4b7c2359ca70771 (diff)
downloadaur-0c81a4a63d083443974c682bcc26051f3e4a825d.tar.gz
Recommend graal-nodejs-jdk8-bin package
The GraalVM 21.0.0 base download does not include the Node.js component anymore, so that’s available as a separate package now. Add it as an optional dependency of this one, so that people can find it easily (since it used to be bundled with this package).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e40542d6ae9..780f830592c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('custom')
depends=('java-runtime-common'
'java-environment-common')
makedepends=()
+optdepends=('graal-nodejs-jdk8-bin: Node.js component (used to be bundled with this package before the 21.1.0 release)')
provides=("java-runtime=${java_}"
"java-environment=${java_}")
install="$pkgname.install"