openjdk11: remove useless nostrep from -static-libs

it wasn't doing anything anyways, it was "notstrip"

also fix distfile source, update check
This commit is contained in:
classabbyamp 2023-03-01 11:12:36 -05:00 committed by classabbyamp
parent 2f9d38240e
commit 2d209ab09c
2 changed files with 3 additions and 5 deletions

View file

@ -36,8 +36,8 @@ short_desc="OpenJDK Java Development Kit (version ${_java_ver})"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-2.0-only WITH Classpath-exception-2.0"
homepage="http://openjdk.java.net/"
distfiles="https://hg.openjdk.java.net/jdk-updates/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
checksum=06ad7b39625374c30a8d8be9e7e18f37663ba6fe44c2a66aa7b7987b140d069a
distfiles="https://github.com/openjdk/jdk${_java_ver}u/archive/jdk-${version}.tar.gz"
checksum=9a37c9641b45f5c51fe19c1ccae141daeb5dcdbd59fa2f56e7dea7bf09484bec
provides="java-environment-${version}_1"
# Build is still parallel, but don't use -jN.
@ -212,7 +212,6 @@ openjdk11-src_package() {
}
openjdk11-static-libs_package() {
notstrip=yes
short_desc+=" - static libs"
pkg_install() {
vmkdir $_jdk_home

View file

@ -1,2 +1 @@
site="http://hg.openjdk.java.net/jdk-updates/jdk11u/tags"
pattern='jdk-\K11\.[\d.+]+'
pattern='jdk-\K11\.[\d.+]+(?=\.)'