summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-07-15 16:38:53 +0100
committerJonathon Fernyhough2020-07-15 16:38:53 +0100
commit68bc629cf372475cabec0a66fcb2dab963316f2d (patch)
treedeff1d404140afbc81f768e63ecd897f9e836e35
parent1ad8bf985ce34ea37d24c0cc640a146829e06b4e (diff)
downloadaur-68bc629cf372475cabec0a66fcb2dab963316f2d.tar.gz
arch+=('aarch64')
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ba4b450d0c..0e8257ff0dee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = liberica-jre-11-full-bin
pkgrel = 1
url = https://bell-sw.com/
install = liberica-jre-11-full.install
+ arch = aarch64
arch = armv7h
arch = armv8h
arch = x86_64
@@ -37,6 +38,8 @@ pkgbase = liberica-jre-11-full-bin
backup = etc/liberica-jre-11-full/security/policy/unlimited/default_US_export.policy
backup = etc/liberica-jre-11-full/security/policy/unlimited/default_local.policy
backup = etc/liberica-jre-11-full/sound.properties
+ source_aarch64 = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-aarch64-full.tar.gz
+ sha1sums_aarch64 = f8c4e88b4062718376b4826c93afa1fc33e0b675
source_armv7h = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-arm32-vfp-hflt-full.tar.gz
sha1sums_armv7h = 76f8c6f6425ee1e71c5552f1487eba2d8699e318
source_armv8h = https://download.bell-sw.com/java/11.0.8+10/bellsoft-jre11.0.8+10-linux-arm32-vfp-hflt-full.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 14fc1a9c96c6..c9ddc6b2412a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _java_ver=11
pkgver=11.0.8+10
pkgrel=1
pkgdesc='BellSoft builds of OpenJDK are fully certified and 100% open source Java Development Kits (JDKs) for all Java development and production workloads. Full version includes OpenJFX.'
-arch=(armv7h armv8h x86_64)
+arch=(aarch64 armv7h armv8h x86_64)
url='https://bell-sw.com/'
license=('custom')
depends=('java-environment-common=3' 'java-runtime-common>=3' 'ca-certificates-utils')