summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc24aacdf508..3fd3cdcfa7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = liberica-jdk-11-bin
arch = armv7h
arch = armv8h
arch = i686
- arch = x86_641e82b1755cc61a6af083e67c42101d78ab56d575
+ arch = x86_64
license = custom
depends = java-environment-common=3
depends = java-runtime-common>=3
@@ -48,5 +48,7 @@ pkgbase = liberica-jdk-11-bin
sha1sums_armv8h = 858ed1598fa82cd62bc46275b6dac47c1d657eb3
source_i686 = https://download.bell-sw.com/java/11.0.22+12/bellsoft-jdk11.0.22+12-linux-i586.tar.gz
sha1sums_i686 = 8fa663e20c509a7c35673a0716864438dc497dd9
+ source_x86_64 = https://download.bell-sw.com/java/11.0.22+12/bellsoft-jdk11.0.22+12-linux-amd64.tar.gz
+ sha1sums_x86_64 = 5c94b8ea803fbd26a019f8638f72b12e3e08c543
pkgname = liberica-jdk-11-bin
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')