summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2018-05-03 00:42:38 +0200
committerLucas Werkmeister2018-05-03 00:42:38 +0200
commitd37c15a76d8f41fdcc8a81ea460e33bc53605885 (patch)
treeafd682b0b0f27b1ad6277e485551ca928adaa7ab /PKGBUILD
parent2a144b47c04e50b732d273d772d6c9a6273b5f68 (diff)
downloadaur-d37c15a76d8f41fdcc8a81ea460e33bc53605885.tar.gz
Rename from truffleruby to truffleruby-bin
This is a binary package (we don’t build truffleruby from source), so it should have a -bin suffix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ae6134cc377..72633f374e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
-pkgname=truffleruby
+pkgname_=truffleruby
+pkgname=${pkgname_}-bin
pkgver_=1.0.0-rc1
pkgver=${pkgver_/-/_}
pkgrel=1
@@ -11,7 +12,9 @@ license=('EPL' 'GPL2' 'LGPL2.1')
depends=('graal')
makedepends=()
optdepends=()
-source=("https://github.com/oracle/$pkgname/releases/download/vm-${pkgver_}/ruby-installable-linux-amd64.jar")
+provides=("$pkgname_")
+conflicts=("$pkgname_")
+source=("https://github.com/oracle/$pkgname_/releases/download/vm-${pkgver_}/ruby-installable-linux-amd64.jar")
sha256sums=('27ac51f88fff16c8876cb7825ff1247ccd83f375f5a37b39cecf56917b339d52')
package() {