summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2018-05-03 00:37:49 +0200
committerLucas Werkmeister2018-05-03 00:37:49 +0200
commit68fda27ceed9792dd4f9c5668588866c153e0b34 (patch)
tree99925d0170f4fa1b269a875b95a36d3e3dcda71c /PKGBUILD
parent96422c135f02efc9b315de1638afd5067b2438cd (diff)
downloadaur-68fda27ceed9792dd4f9c5668588866c153e0b34.tar.gz
Rename from fastr to fastr-bin
This is a binary package (we don’t build fastr 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 caf94282e49c..f349fdc81c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
-pkgname=fastr
+pkgname_=fastr
+pkgname=${pkgname_}-bin
pkgver_=1.0.0-rc1
pkgver=${pkgver_/-/_}
pkgrel=1
@@ -11,7 +12,9 @@ license=('GPL3')
depends=('graal')
makedepends=()
optdepends=()
-source=("https://github.com/oracle/$pkgname/releases/download/vm-${pkgver_}/r-installable-linux-amd64.jar")
+provides=("$pkgname_")
+conflicts=("$pkgname_")
+source=("https://github.com/oracle/$pkgname_/releases/download/vm-${pkgver_}/r-installable-linux-amd64.jar")
sha256sums=('8293611f4640de8a5783ae23e4ad5c853117b66b589c015fc1f8a8ac6c8e8c68')
package() {