update jdk-devel

This commit is contained in:
Travis Burtrum 2018-06-19 01:39:58 -04:00
parent a650cef370
commit 64d738d000
2 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,7 @@
_pkgname=jdk
pkgname=jdk-devel
_major=11
_build=15
_build=18
_jname=${_pkgname}${_major}
pkgver=${_major}b${_build}
pkgrel=1
@ -35,7 +35,7 @@ source=("https://download.java.net/java/early_access/jdk${_major}/${_build}/BCL/
'java_16.png'
'java_48.png'
'LICENSE-Early-Adopter-Development-Agreement.txt')
sha256sums=('a41408895d2916cfb89a831ad2d8cb9440345a90ab1fa3a5e5310d9f17fb04e2'
sha256sums=('4f839beed24bc1d34a2e7b43442e5d748d9d6bb79fd0f95bf7e3fa67ee4a5e05'
'ed7392cbad258da943d39e9a5fab1ee6ab6a287ac0c20172805d5dbfc5accedb'
'e8544f5384d541c16973543ace0f812e2dea657eed551a70baebb1a0cd9f3771'
'd27fec1d74f7a3081c3d175ed184d15383666dc7f02cc0f7126f11549879c6ed'
@ -51,10 +51,6 @@ package() {
install -d "$pkgdir"/usr/lib/mozilla/plugins
install -d "$pkgdir"/usr/share/licenses/java$_major-$_pkgname
msg2 "Removing redundancies..."
rm lib/fontconfig.*.bfc
rm lib/fontconfig.*.properties.src
msg2 "Moving contents..."
mv * "$pkgdir"/$_jvmdir

View File

@ -1,4 +1,4 @@
VERSION='<version>'
VERSION='11'
THIS_JAVA='java-${VERSION}-jdk'
NAME='JDK Devel'