summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-07-15 16:38:53 +0100
committerJonathon Fernyhough2020-07-15 16:38:53 +0100
commit68bc629cf372475cabec0a66fcb2dab963316f2d (patch)
treedeff1d404140afbc81f768e63ecd897f9e836e35 /PKGBUILD
parent1ad8bf985ce34ea37d24c0cc640a146829e06b4e (diff)
downloadaur-68bc629cf372475cabec0a66fcb2dab963316f2d.tar.gz
arch+=('aarch64')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')