Update $license per Arch Linux RFC 16

See https://rfc.archlinux.page/0016-spdx-license-identifiers/
This commit is contained in:
Frederik “Freso” S. Olesen 2024-01-19 14:20:07 +01:00
parent 08667cde99
commit ff0a0ad7df
No known key found for this signature in database
GPG key ID: 27628EAF5DC1403E
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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