summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Costa2021-08-16 20:50:05 +0100
committerLeonardo Costa2021-08-16 20:50:05 +0100
commitb50a45e5fe0ff3fe55b2545130ad8d154615c052 (patch)
treeb0f2c561dda7df7ffd2554e108dd066eeb55b313
parent6ae2c5b64d111b046aabb53150d58787acda445e (diff)
downloadaur-b50a45e5fe0ff3fe55b2545130ad8d154615c052.tar.gz
updated upstream and fix license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d7300fd98b0..896589a28213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = jdk11-openj9-bin
pkgdesc = Eclipse (former IBM) OpenJ9 with openjdk11
pkgver = 11.0.12b7_openj9_0.27.0
- pkgrel = 1
- url = https://adoptopenjdk.net/index.html?variant=openjdk11&jvmVariant=openj9
+ pkgrel = 2
+ url = https://developer.ibm.com/languages/java/semeru-runtimes/downloads
arch = x86_64
- license = GPL2
+ license = custom
depends = java-environment-common
depends = ca-certificates-utils
depends = nss
@@ -16,7 +16,7 @@ pkgbase = jdk11-openj9-bin
provides = java-runtime-headless-openjdk=11
conflicts = jdk11-openj9
options = !strip
- source = https://github.com/AdoptOpenJDK/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_linux_11.0.12_7_openj9-0.27.0.tar.gz
+ source = https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.12%2B7_openj9-0.27.0/ibm-semeru-open-jdk_x64_linux_11.0.12_7_openj9-0.27.0.tar.gz
sha256sums = 4c2d776f69e3ff7d01cd57c0938b7a7f058264425faf18e3708b905e93f915c4
pkgname = jdk11-openj9-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19bec0444119..df8b4e382c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,11 @@ _openj9ver=0.27.0
_buildvershort=7
_buildver=${_buildvershort}_openj9-${_openj9ver}
pkgver=${_jdkfullver}b${_buildver//-/_}
-pkgrel=1
+pkgrel=2
pkgdesc="Eclipse (former IBM) OpenJ9 with openjdk${_jdkver}"
arch=('x86_64')
-url="https://adoptopenjdk.net/index.html?variant=openjdk${_jdkver}&jvmVariant=openj9"
-license=('GPL2')
+url="https://developer.ibm.com/languages/java/semeru-runtimes/downloads"
+license=('custom')
depends=('java-environment-common' 'ca-certificates-utils' 'nss')
provides=(
"java-environment=${_jdkver}"
@@ -29,7 +29,7 @@ provides=(
)
conflicts=("jdk${_jdkver}-openj9")
options=(!strip)
-source=("https://github.com/AdoptOpenJDK/semeru${_jdkver}-binaries/releases/download/jdk-${_jdkfullver}%2B${_buildver}/ibm-semeru-open-jdk_x64_linux_${_jdkfullver}_${_buildver}.tar.gz")
+source=("https://github.com/ibmruntimes/semeru${_jdkver}-binaries/releases/download/jdk-${_jdkfullver}%2B${_buildver}/ibm-semeru-open-jdk_x64_linux_${_jdkfullver}_${_buildver}.tar.gz")
sha256sums=('4c2d776f69e3ff7d01cd57c0938b7a7f058264425faf18e3708b905e93f915c4')