summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-06-10 18:57:21 +0300
committerDet2018-06-10 18:57:21 +0300
commit84c4c35df5fe976173007a83b0f8a4c8460a9f25 (patch)
treed49e9ff1fbfc3916def5896ae013214563e06fa4
parent07f0a5a628343bc35aff981a8136ce0617c86ab4 (diff)
downloadaur-84c4c35df5fe976173007a83b0f8a4c8460a9f25.tar.gz
Fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d17199c4b22b..06c854b40f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = jdk-devel-docs
url = http://jdk.java.net/11/
arch = any
license = custom:Oracle
- optdepends = java-environment>=11: Compile and run examples
+ depends = java-environment>=11
options = !strip
source = https://download.java.net/java/early_access/jdk11/17/BCL/jdk-11-ea+17_doc-all.zip
source = LICENSE-Early-Adopter-Development-Agreement.txt
diff --git a/PKGBUILD b/PKGBUILD
index 2cddf6c51964..3cacf484ceaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Documentation for Oracle Java $_major Development Kit Snapshot"
arch=('any')
url="http://jdk.java.net/$_major/"
license=('custom:Oracle')
-optdepends=("java-environment>=$_major: Compile and run examples")
+depends=("java-environment>=$_major")
options=('!strip')
source=("https://download.java.net/java/early_access/jdk${_major}/${_build}/BCL/jdk-${_major}-ea+${_build}_doc-all.zip"
'LICENSE-Early-Adopter-Development-Agreement.txt')