summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Guymer2019-08-05 22:24:00 +1000
committerSam Guymer2019-08-05 22:24:00 +1000
commitfbf08d2eaa229d39324c55b5ad73b8601f68569f (patch)
tree35e52f272fbd46053d2ea68bce8214a9c9c5a5e6 /PKGBUILD
parentcdf653fb2a625508dbb85da9aec7ff0e5ca3c5a4 (diff)
downloadaur-zulu-12-bin.tar.gz
Restore java-environment-common dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aa4accb35fc..2f485773858b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url='https://www.azul.com/products/zulu-community/'
license=('custom')
depends=(
- 'java-runtime-common>=3' 'ca-certificates-utils'
+ 'java-environment-common=3' 'java-runtime-common>=3' 'ca-certificates-utils'
# not 100% sure if all of these dependencies are needed
# dependencies from jre11-openjdk-headless
'nss' 'libjpeg-turbo' 'lcms2' 'libnet' 'freetype2'