diff options
author | Lucas Werkmeister | 2019-11-27 10:58:28 +0100 |
---|---|---|
committer | Lucas Werkmeister | 2019-11-27 10:58:28 +0100 |
commit | 38de5dbdddf813e85e4093af4f265d08160da533 (patch) | |
tree | 4fb86160517fe1807903baa28c6dc474d0b4521b /PKGBUILD | |
parent | 55b4504ac0afd72c889893452dea3ed851781603 (diff) | |
download | aur-graal-bin.tar.gz |
Fix optdepends package name
After I made it a virtual package, graal-native-image-bin no longer
provides a non-bin version of its package name.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ arch=('x86_64') url='https://www.graalvm.org/' license=('custom') depends=('jdk8-graalvm-bin') -optdepends=('graal-native-image: plugin to generate native binary images (used to be bundled with this package before the 19.0.0 release)') +optdepends=('graal-native-image-bin: plugin to generate native binary images (used to be bundled with this package before the 19.0.0 release)') provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}") source=() |