summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2021-04-20 22:54:38 +0200
committerLucas Werkmeister2021-04-20 22:54:38 +0200
commit0c81a4a63d083443974c682bcc26051f3e4a825d (patch)
tree99bd6b3fb2d78999915809329fdb69108c7cbedc
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).
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c889abe2d12..7256a8537e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = jdk8-graalvm-bin
license = custom
depends = java-runtime-common
depends = java-environment-common
+ optdepends = graal-nodejs-jdk8-bin: Node.js component (used to be bundled with this package before the 21.1.0 release)
provides = java-runtime=8
provides = java-environment=8
source = https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.1.0/graalvm-ce-java8-linux-amd64-21.1.0.tar.gz
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"