mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/java11-openjdk to 11.0.15.u2-1
This commit is contained in:
parent
dab5b8c663
commit
5afc37d0a9
1 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
||||
# Maintainer: Guillaume ALAUX <guillaume@archlinux.org>
|
||||
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
|
||||
# Contributor: Guillaume ALAUX <guillaume@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop pandoc makedepend
|
||||
|
@ -22,10 +23,10 @@ pkgbase=java11-openjdk
|
|||
pkgname=('jre11-openjdk-headless' 'jre11-openjdk' 'jdk11-openjdk' 'openjdk11-src')
|
||||
_majorver=11
|
||||
_minorver=0
|
||||
_securityver=14.1
|
||||
_updatever=1
|
||||
pkgrel=1
|
||||
_securityver=15
|
||||
_updatever=2
|
||||
pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
|
||||
pkgrel=1
|
||||
_git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
|
||||
arch=('x86_64')
|
||||
url='https://openjdk.java.net/'
|
||||
|
@ -34,15 +35,15 @@ makedepends=('java-environment>=10' 'java-environment<12' 'cpio' 'unzip' 'zip' '
|
|||
'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib'
|
||||
'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
|
||||
'libnet' 'bash' 'harfbuzz' 'glibc' 'gcc-libs')
|
||||
options=(!lto)
|
||||
source=(https://github.com/openjdk/jdk${_majorver}u/archive/${_git_tag}.tar.gz
|
||||
freedesktop-java.desktop
|
||||
freedesktop-jconsole.desktop
|
||||
freedesktop-jshell.desktop)
|
||||
sha256sums=('0e859cc03378439023e17ee82aecee5a52265fb38906a8bebf16027aa2b2bcf5'
|
||||
sha256sums=('c28291c6c3ba107338cf8d4933949b9b246f8efcc3349e2f1a406216738330bb'
|
||||
'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
|
||||
'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
|
||||
'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
|
||||
options=(!lto)
|
||||
|
||||
case "${CARCH}" in
|
||||
x86_64) _JARCH='x86_64';;
|
||||
|
|
Loading…
Reference in a new issue