summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbacteriostat2024-01-19 15:24:25 +0530
committerbacteriostat2024-01-19 15:24:25 +0530
commitd92d19c83e27badfec2c02db261ebb15f887c9e8 (patch)
treeb6ebe0b743220cecc446735108271be3492f17b7 /PKGBUILD
parent22b9a0b2c2bef151b02f6c7222b89a0875a61845 (diff)
downloadaur-liberica-jdk-11-bin.tar.gz
fix typo in arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e1814f96afb..d02000e89443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _java_ver=11
pkgver=11.0.22+12
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.'
-arch=(aarch64 armv7h armv8h i686 x86_641e82b1755cc61a6af083e67c42101d78ab56d575)
+arch=(aarch64 armv7h armv8h i686 x86_64)
url='https://bell-sw.com/'
license=('custom')
depends=('java-environment-common=3' 'java-runtime-common>=3' 'ca-certificates-utils')