summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-01-12 22:04:41 +0200
committerDet2016-01-12 22:04:41 +0200
commit54e205e0ba47b3e2d79b27219b97314c0620309a (patch)
tree2d81e456c782fbb2ed2948d8b95ce164409b9693
parentc5afe8ac34e5827aa86a89dc4dc535572833631e (diff)
downloadaur-54e205e0ba47b3e2d79b27219b97314c0620309a.tar.gz
Fix link + md5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83541b0c88a4..e2fcce6e91fc 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://download.java.net/jdk9/archive/100/binaries/jdk-9-docs-all.zip
- source = http://download.java.net/jdk9/archive/100/binaries/javafx-9-ea+100_doc.zip
+ source = http://download.java.net/jdk9/archive/100/binaries/jdk-9-doc-all.zip
+ source = http://download.java.net/jdk9/archive/100/binaries/javafx-9_doc.zip
source = LICENSE
- md5sums = d2025bc4e79aa04cce33c445bec9d06b
- md5sums = 1cae31d732143c52e72011fc172c3b5c
+ md5sums = 278c46ff1394000700744ddf49c450e7
+ md5sums = 6e7521a1cf7632f62ba774a9c6d712ec
md5sums = f09947a67691a2d78d20a3885889981c
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index 4adca928b106..8936b83b0e0c 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://download.java.net/jdk$_major/archive/$_build/binaries/jdk-$_pkgver-docs-all.zip"
- "http://download.java.net/jdk$_major/archive/$_build/binaries/javafx-${_pkgver}-ea+${_build}_doc.zip"
+source=("http://download.java.net/jdk$_major/archive/$_build/binaries/jdk-$_pkgver-doc-all.zip"
+ "http://download.java.net/jdk$_major/archive/$_build/binaries/javafx-${_pkgver}_doc.zip"
'LICENSE')
-md5sums=('d2025bc4e79aa04cce33c445bec9d06b'
- '1cae31d732143c52e72011fc172c3b5c'
+md5sums=('278c46ff1394000700744ddf49c450e7'
+ '6e7521a1cf7632f62ba774a9c6d712ec'
'f09947a67691a2d78d20a3885889981c')
package_jdk-devel-docs() {