summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2019-05-12 05:09:14 +0200
committerLucas Werkmeister2019-05-12 05:09:14 +0200
commitf4c0da51df2410827ae2159de399edd40b73f3a5 (patch)
tree06abdd2d69eef71cd2e164e95a57ae39e3b3ed40
parent6288ff3ecb55e5e00d94381def2973a3810b9087 (diff)
downloadaur-f4c0da51df2410827ae2159de399edd40b73f3a5.tar.gz
Update to 19.0.0
The first non-RC release changed the source file name pattern a bit, and standardized the license file names to end in .txt, but otherwise the package format remained stable.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76c2cdc34601..253f0958f3c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 26 20:57:34 UTC 2019
+# Sun May 12 03:09:08 UTC 2019
pkgbase = truffleruby-bin
pkgdesc = Graal based, high-performance implementation of the Ruby language
- pkgver = 1.0.0_rc16
+ pkgver = 19.0.0
pkgrel = 2
url = https://github.com/oracle/truffleruby
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = truffleruby-bin
depends = graal
provides = truffleruby
conflicts = truffleruby
- source = https://github.com/oracle/truffleruby/releases/download/vm-1.0.0-rc16/ruby-installable-ce-1.0.0-rc16-linux-amd64.jar
- sha256sums = 402460d51d353fe3697d0c15bbf059687ce635cdf3eabf672e77b357dd3d5352
+ source = https://github.com/oracle/truffleruby/releases/download/vm-19.0.0/ruby-installable-svm-linux-amd64-19.0.0.jar
+ sha256sums = e35dd0c0f0240c345d7382fd3e43ee7421479ba8917989169c77a950816eb394
pkgname = truffleruby-bin
diff --git a/PKGBUILD b/PKGBUILD
index 99efbb4255ba..f3b24cddbfc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname_=truffleruby
pkgname=${pkgname_}-bin
-pkgver_=1.0.0-rc16
+pkgver_=19.0.0
pkgver=${pkgver_/-/_}
pkgrel=2
pkgdesc='Graal based, high-performance implementation of the Ruby language'
@@ -14,8 +14,8 @@ makedepends=()
optdepends=()
provides=("$pkgname_")
conflicts=("$pkgname_")
-source=("https://github.com/oracle/$pkgname_/releases/download/vm-${pkgver_}/ruby-installable-ce-${pkgver_}-linux-amd64.jar")
-sha256sums=('402460d51d353fe3697d0c15bbf059687ce635cdf3eabf672e77b357dd3d5352')
+source=("https://github.com/oracle/$pkgname_/releases/download/vm-${pkgver_}/ruby-installable-svm-linux-amd64-${pkgver_}.jar")
+sha256sums=('e35dd0c0f0240c345d7382fd3e43ee7421479ba8917989169c77a950816eb394')
package() {
local file eq permissions mode name target
@@ -54,7 +54,7 @@ package() {
ln -s -- "$target" "$pkgdir/usr/lib/jvm/java-8-graal/$name"
done < META-INF/symlinks
- install -DTm644 jre/languages/ruby/LICENSE_TRUFFLERUBY.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -DTm644 jre/languages/ruby/LICENSE_TRUFFLERUBY.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
ln -s ../lib/jvm/java-8-graal/bin/${pkgname_} "$pkgdir/usr/bin/"
}