summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2018-04-28 20:35:55 +0200
committerLucas Werkmeister2018-04-28 20:35:55 +0200
commit96422c135f02efc9b315de1638afd5067b2438cd (patch)
tree3a5d5b490a867936792eb531dce9bbad26abbd00
parent4bbf5e0d279bfcf056629a73f6e6ce1bf5e2dee5 (diff)
downloadaur-96422c135f02efc9b315de1638afd5067b2438cd.tar.gz
Use $pkgname in source
This makes it easier to reuse the PKGBUILD for other Graal languages.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0014f3c5c5b7..e0f0c9d76ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 28 18:14:47 UTC 2018
+# Sat Apr 28 18:35:49 UTC 2018
pkgbase = fastr
pkgdesc = Graal based, high-performance implementation of the R language
pkgver = 1.0.0_rc1
diff --git a/PKGBUILD b/PKGBUILD
index 9c0fb57bb15d..caf94282e49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('graal')
makedepends=()
optdepends=()
-source=("https://github.com/oracle/fastr/releases/download/vm-${pkgver_}/r-installable-linux-amd64.jar")
+source=("https://github.com/oracle/$pkgname/releases/download/vm-${pkgver_}/r-installable-linux-amd64.jar")
sha256sums=('8293611f4640de8a5783ae23e4ad5c853117b66b589c015fc1f8a8ac6c8e8c68')
package() {