summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2019-05-30 12:55:57 +0200
committerLucas Werkmeister2019-05-30 12:57:58 +0200
commit2c06e55dfe1a1d3daf56c6c441f2898312d97d46 (patch)
treede1a2ae5eba8fbbaeb38b8c286c9be803d12a7f4
parent1224a625939bd508d2a72cc86802966a5723861c (diff)
downloadaur-2c06e55dfe1a1d3daf56c6c441f2898312d97d46.tar.gz
Add graal-native-image to optdepends and bump pkgrel
The native-image plugin used to be part of this package, but Oracle extracted it into a separate component with the 19.0.0 release (which I failed to notice when first creating the release). We follow suit by setting up a separate AUR package for it, graal-native-image(-bin), but recommend that people install that via optdepends. The pkgrel is bumped so that people will see the new dependency as soon as possible. (I think that should work, though I can’t very well try it out before pushing this commit…)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68824adb3cce..42a0c7566931 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun May 12 03:07:21 UTC 2019
+# Thu May 30 10:57:49 UTC 2019
pkgbase = graal-bin
pkgdesc = Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other)
pkgver = 19.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.graalvm.org/
install = graal-bin.install
arch = x86_64
license = custom
depends = java-runtime-common
depends = java-environment-common
+ optdepends = graal-native-image: plugin to generate native binary images (used to be bundled with this package before the 19.0.0 release)
provides = java-runtime=8
provides = java-environment=8
provides = graal
diff --git a/PKGBUILD b/PKGBUILD
index ef39d2138360..d092f08b1462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname_=graal
pkgname=${pkgname_}-bin
pkgver_=19.0.0
pkgver=${pkgver_/-/_}
-pkgrel=1
+pkgrel=2 # TODO reset to 1 with the next pkgver change
pkgdesc='Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other)'
arch=('x86_64')
url='https://www.graalvm.org/'
@@ -12,7 +12,7 @@ license=('custom')
depends=('java-runtime-common'
'java-environment-common')
makedepends=()
-optdepends=()
+optdepends=('graal-native-image: plugin to generate native binary images (used to be bundled with this package before the 19.0.0 release)')
provides=('java-runtime=8'
'java-environment=8'
"$pkgname_")