summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2021-04-20 22:56:08 +0200
committerLucas Werkmeister2021-04-20 22:56:08 +0200
commit0c53ea02ed83b7fc53e56c0e333cc275e5189165 (patch)
treececc85f34a2d868944fbe72a9e9fc05b55590f41 /PKGBUILD
parent24508a7f56edbf268d5f9a3d5dfc09ceb20b7de7 (diff)
downloadaur-0c53ea02ed83b7fc53e56c0e333cc275e5189165.tar.gz
Recommend graal-nodejs-jdk11-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 a054d629b991..872e1cc4ad56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,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_}")
options=('staticlibs')