summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-11-30 23:47:57 +0330
committerMohammadreza Abdollahzadeh2018-11-30 23:47:57 +0330
commitcde10aa7f99cf5927ab8e20f3ed9fdf424396550 (patch)
tree2c690abe9dd0e5b27ca31c9148f0a6575e7cf74f /PKGBUILD
parent17c75cf8d8f49083ec3244002d4d480049d23ce7 (diff)
downloadaur-cde10aa7f99cf5927ab8e20f3ed9fdf424396550.tar.gz
fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed1a7d1e91ee..81ff3d08f522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,12 @@ url="https://adoptopenjdk.net/index.html?variant=openjdk11&jvmVariant=openj9"
license=('GPL2')
depends=('java-environment-common' 'ca-certificates-utils' 'nss')
provides=(
- "java-environment=${_majorver}"
- "java-environment-openjdk=${_majorver}"
- "java-runtime=${_majorver}"
- "java-runtime-openjdk=${_majorver}"
- "java-runtime-headless=${_majorver}"
- "java-runtime-headless-openjdk=${_majorver}"
+ "java-environment=11"
+ "java-environment-openjdk=11"
+ "java-runtime=11"
+ "java-runtime-openjdk=11"
+ "java-runtime-headless=11"
+ "java-runtime-headless-openjdk=11"
)
source=("https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-${_majorver}%2B${_buildver}/OpenJDK11U-jdk_x64_linux_openj9_jdk-${_majorver}_${_buildver}_openj9-0.11.0_${_majorver}_${_buildver}.tar.gz")
sha256sums=('ef9bf07cba79082285a9d426ea4eb3e8df57561ce2afe07cc5f299a8fa203279')