summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-02-02 16:35:21 +0200
committerDet2017-02-02 16:35:21 +0200
commit906103b9c444428edf2b6827fc9ea18d9db151d6 (patch)
tree4dfb5c6794b908163dfe85f40e93f090513d38fc /PKGBUILD
parent2db06bc588ef57edf6a87fd5694b51c989e8e85f (diff)
downloadaur-906103b9c444428edf2b6827fc9ea18d9db151d6.tar.gz
Fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 538fe5a5bdc6..281a604720a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,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-runtime>=$_major: Run the examples"
- "java-environment>=$_major: Compile and run the examples")
+optdepends=("java-environment>=$_major: Compile and run examples")
options=('!strip')
source=("http://download.oracle.com/otn-pub/java/jdk/$pkgver-$_build/e9e7ea248e2c4826b92b3f075a80e441/jdk-$pkgver-docs-all.zip"
"http://download.oracle.com/otn-pub/java/javafx/$_major.0.$_minor-$_build/e9e7ea248e2c4826b92b3f075a80e441/javafx-$pkgver-apidocs.zip"