summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonardo Costa2021-08-16 20:50:05 +0100
committerLeonardo Costa2021-08-16 20:50:05 +0100
commitb50a45e5fe0ff3fe55b2545130ad8d154615c052 (patch)
treeb0f2c561dda7df7ffd2554e108dd066eeb55b313 /PKGBUILD
parent6ae2c5b64d111b046aabb53150d58787acda445e (diff)
downloadaur-b50a45e5fe0ff3fe55b2545130ad8d154615c052.tar.gz
updated upstream and fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')