summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2018-06-10 18:57:26 +0300
committerDet2018-06-10 18:57:26 +0300
commitf307b1ed987e0a6a4a6e5a7e6701f8a5ec44f851 (patch)
tree9c81bb142e2ac95b79b7db06256e3931a04c631d /PKGBUILD
parent31d0aaf6845ebd8866174ccbe5dd009b5b62c625 (diff)
downloadaur-f307b1ed987e0a6a4a6e5a7e6701f8a5ec44f851.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7ddcbaf33b7..6570e8d9b686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Documentation for Oracle Java Development Kit"
arch=('any')
url="http://www.oracle.com/technetwork/java/javase/downloads/index.html"
license=('custom:Oracle')
-optdepends=("java-environment>=$_major: Compile and run examples")
+depends=("java-environment>=$_major")
options=('!strip')
source=("http://download.oracle.com/otn-pub/java/jdk/${pkgver}+${_build}/${_hash}/jdk-${pkgver}_doc-all.zip"
'LICENSE-Oracle-Legal-Notices.txt')