summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-02-02 16:35:21 +0200
committerDet2017-02-02 16:35:21 +0200
commit906103b9c444428edf2b6827fc9ea18d9db151d6 (patch)
tree4dfb5c6794b908163dfe85f40e93f090513d38fc
parent2db06bc588ef57edf6a87fd5694b51c989e8e85f (diff)
downloadaur-906103b9c444428edf2b6827fc9ea18d9db151d6.tar.gz
Fix deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d2f9f42630e..de8d01233863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Feb 2 14:35:21 UTC 2017
pkgbase = jdk-docs
pkgdesc = Documentation for Oracle Java Development Kit
pkgver = 8u121
@@ -5,8 +7,7 @@ pkgbase = jdk-docs
url = http://www.oracle.com/technetwork/java/javase/downloads/index.html
arch = any
license = custom:Oracle
- optdepends = java-runtime>=8: Run the examples
- optdepends = java-environment>=8: Compile and run the examples
+ optdepends = java-environment>=8: Compile and run examples
options = !strip
source = http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-docs-all.zip
source = http://download.oracle.com/otn-pub/java/javafx/8.0.121-b13/e9e7ea248e2c4826b92b3f075a80e441/javafx-8u121-apidocs.zip
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"