mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update $arch
This commit is contained in:
parent
9d07d30259
commit
2718ce5491
2 changed files with 8 additions and 3 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,9 +1,10 @@
|
|||
pkgbase = java-openjfx
|
||||
pkgdesc = Java OpenJFX client application platform (open-source implementation of JavaFX) - latest version
|
||||
pkgver = 21.0.2.u5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://wiki.openjdk.java.net/display/OpenJFX/Main
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
license = GPL-2.0-only WITH Classpath-exception-2.0
|
||||
makedepends = alsa-lib
|
||||
makedepends = ant
|
||||
|
|
@ -50,5 +51,7 @@ pkgname = java-openjfx
|
|||
provides = java-openjfx=21
|
||||
|
||||
pkgname = java-openjfx-doc
|
||||
arch = any
|
||||
|
||||
pkgname = java-openjfx-src
|
||||
arch = any
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -16,9 +16,9 @@ pkgname=(
|
|||
java-openjfx-src
|
||||
)
|
||||
pkgver=21.0.2.u5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Java OpenJFX client application platform (open-source implementation of JavaFX) - latest version"
|
||||
arch=(x86_64)
|
||||
arch=(x86_64 x86_64_v3)
|
||||
url=https://wiki.openjdk.java.net/display/OpenJFX/Main
|
||||
license=('GPL-2.0-only WITH Classpath-exception-2.0')
|
||||
makedepends=(
|
||||
|
|
@ -110,6 +110,7 @@ package_java-openjfx() {
|
|||
}
|
||||
|
||||
package_java-openjfx-doc() {
|
||||
arch=(any)
|
||||
cd $_jfxdir
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/share/{doc,licenses}
|
||||
|
|
@ -118,6 +119,7 @@ package_java-openjfx-doc() {
|
|||
}
|
||||
|
||||
package_java-openjfx-src() {
|
||||
arch=(any)
|
||||
cd $_jfxdir
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/{lib/jvm/java-${pkgver%%.*}-openjdk,share/licenses}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue