summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {