diff options
author | Jonathon Fernyhough | 2020-07-15 16:38:53 +0100 |
---|---|---|
committer | Jonathon Fernyhough | 2020-07-15 16:38:53 +0100 |
commit | 68bc629cf372475cabec0a66fcb2dab963316f2d (patch) | |
tree | deff1d404140afbc81f768e63ecd897f9e836e35 /PKGBUILD | |
parent | 1ad8bf985ce34ea37d24c0cc640a146829e06b4e (diff) | |
download | aur-68bc629cf372475cabec0a66fcb2dab963316f2d.tar.gz |
arch+=('aarch64')
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |