mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update $license per Arch Linux RFC 16
See https://rfc.archlinux.page/0016-spdx-license-identifiers/
This commit is contained in:
parent
08667cde99
commit
ff0a0ad7df
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,10 +1,10 @@
|
|||
pkgbase = java-openjfx
|
||||
pkgdesc = Java OpenJFX client application platform (open-source implementation of JavaFX) - latest version
|
||||
pkgver = 21.0.1.u6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://wiki.openjdk.java.net/display/OpenJFX/Main
|
||||
arch = x86_64
|
||||
license = custom
|
||||
license = GPL-2.0-only WITH Classpath-exception-2.0
|
||||
makedepends = alsa-lib
|
||||
makedepends = ant
|
||||
makedepends = cairo
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -16,11 +16,11 @@ pkgname=(
|
|||
java-openjfx-src
|
||||
)
|
||||
pkgver=21.0.1.u6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Java OpenJFX client application platform (open-source implementation of JavaFX) - latest version"
|
||||
arch=(x86_64)
|
||||
url=https://wiki.openjdk.java.net/display/OpenJFX/Main
|
||||
license=(custom)
|
||||
license=('GPL-2.0-only WITH Classpath-exception-2.0')
|
||||
makedepends=(
|
||||
alsa-lib
|
||||
ant
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue