summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-05-16 19:23:39 +0300
committerDet2016-05-16 19:23:39 +0300
commitf4afe0f366a17fdd9c25a310dfee2cfc8de61421 (patch)
treee97ef887aaf6ab7d4bdac6f126ebf2cad949bd7a
parente6519ab3d374a756f10254ffb27705ed1dcb83c7 (diff)
downloadaur-f4afe0f366a17fdd9c25a310dfee2cfc8de61421.tar.gz
Fix again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 321d390f2a92..2111de37b234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ 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-api-spec.zip
+ source = http://www.java.net/download/java/jdk9/archive/118/binaries/jdk-9_doc-api-spec.tar.gz
source = http://www.java.net/download/java/jdk9/archive/118/binaries/javafx-9_doc.zip
source = LICENSE
md5sums = 7a4e543bb2b872abe6975c70f464793c
diff --git a/PKGBUILD b/PKGBUILD
index c421533ec016..2afa8c39767d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ 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-api-spec.zip"
+source=("http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/jdk-${_pkgver}_doc-api-spec.tar.gz"
"http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/javafx-${_pkgver}_doc.zip"
'LICENSE')
md5sums=('7a4e543bb2b872abe6975c70f464793c'