summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2020-02-19 23:52:16 +0100
committerLucas Werkmeister2020-02-19 23:52:16 +0100
commit515da6247655d6411d94108a7c9eb27d50720800 (patch)
treed2cc076c475f0f4054b7f58590f0fd1716e7922e
parent4ef31b6dd798bba70e7ecee057f3070ed87222e3 (diff)
downloadaur-515da6247655d6411d94108a7c9eb27d50720800.tar.gz
Update to 20.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f25197e886e..d4a0f28f6982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = graalpython-jdk8-bin
pkgdesc = GraalVM-based, high-performance implementation of the Python language (early development), Java 8 version
- pkgver = 19.3.1
+ pkgver = 20.0.0
pkgrel = 1
url = https://github.com/graalvm/graalpython
arch = x86_64
license = custom
depends = jdk8-graalvm-bin
- source = https://github.com/graalvm/graalpython/releases/download/vm-19.3.1/python-installable-svm-java8-linux-amd64-19.3.1.jar
- sha256sums = d71ca7604a49a5251c928176c920034393f427c8ddd01f3d19189be20b6a2cad
+ source = https://github.com/graalvm/graalpython/releases/download/vm-20.0.0/python-installable-svm-java8-linux-amd64-20.0.0.jar
+ sha256sums = 825604d89eea33b0ace68da28a46e2b7c50a49c380d062e0a6e9fed4f4e4fed8
pkgname = graalpython-jdk8-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9be1e56923a3..ddbb8d4ee78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
java_=8
pkgname_=graalpython
pkgname="${pkgname_}-jdk${java_}-bin"
-pkgver=19.3.1
+pkgver=20.0.0
pkgrel=1
pkgdesc="GraalVM-based, high-performance implementation of the Python language (early development), Java ${java_} version"
arch=('x86_64')
@@ -11,13 +11,13 @@ url='https://github.com/graalvm/graalpython'
license=('custom')
depends=("jdk${java_}-graalvm-bin")
source=("https://github.com/graalvm/$pkgname_/releases/download/vm-${pkgver}/python-installable-svm-java${java_}-linux-amd64-${pkgver}.jar")
-sha256sums=('d71ca7604a49a5251c928176c920034393f427c8ddd01f3d19189be20b6a2cad')
+sha256sums=('825604d89eea33b0ace68da28a46e2b7c50a49c380d062e0a6e9fed4f4e4fed8')
package() {
local file eq permissions mode name target
mkdir -p "$pkgdir/usr/lib/jvm/java-${java_}-graalvm/"
- cp -a -t "$pkgdir/usr/lib/jvm/java-${java_}-graalvm/" jre/ LICENSE_GRAALPYTHON.txt 3rd_party_licenses_graalpython.txt
+ cp -a -t "$pkgdir/usr/lib/jvm/java-${java_}-graalvm/" jre/ lib/ LICENSE_GRAALPYTHON.txt 3rd_party_licenses_graalpython.txt THIRD_PARTY_LICENSE_GRAALPYTHON.txt
printf '\n' >> META-INF/permissions
while read -r file eq permissions; do