summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-05-16 19:22:25 +0300
committerDet2016-05-16 19:22:25 +0300
commite6519ab3d374a756f10254ffb27705ed1dcb83c7 (patch)
treee0f8a3177588e63622f3d120ac736ecb253d197a
parent96d6deabaf93d21c5d654240eea6bf26c6cd9ea1 (diff)
downloadaur-e6519ab3d374a756f10254ffb27705ed1dcb83c7.tar.gz
Fix link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b94bba96bc..321d390f2a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,11 @@ pkgbase = jdk-devel-docs
optdepends = java-runtime>=9: Run the examples
optdepends = java-environment>=9: Compile and run the examples
options = !strip
- source = http://www.java.net/download/java/jdk9/archive/118/binaries/jdk-9_doc-all.zip
+ source = http://www.java.net/download/java/jdk9/archive/118/binaries/jdk-9_doc-api-spec.zip
source = http://www.java.net/download/java/jdk9/archive/118/binaries/javafx-9_doc.zip
source = LICENSE
- md5sums = 62255c5a4c91ae0bbb2dbd38e2fbb689
- md5sums = 440e9ddbafb4a40ba59b5ace70d49258
+ md5sums = 7a4e543bb2b872abe6975c70f464793c
+ md5sums = 1324c8739686029c5811c1cb18d993d8
md5sums = f09947a67691a2d78d20a3885889981c
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index 2e807981071a..c421533ec016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ license=('custom:Oracle BSD')
optdepends=("java-runtime>=$_major: Run the examples"
"java-environment>=$_major: Compile and run the examples")
options=('!strip')
-source=("http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/jdk-${_pkgver}_doc-all.zip"
+source=("http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/jdk-${_pkgver}_doc-api-spec.zip"
"http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/javafx-${_pkgver}_doc.zip"
'LICENSE')
-md5sums=('62255c5a4c91ae0bbb2dbd38e2fbb689'
- '440e9ddbafb4a40ba59b5ace70d49258'
+md5sums=('7a4e543bb2b872abe6975c70f464793c'
+ '1324c8739686029c5811c1cb18d993d8'
'f09947a67691a2d78d20a3885889981c')
package_jdk-devel-docs() {