git » libvncserver.git » commit 33d7b38

Use SPDX license identifier

author Carl Smedstad
2024-10-05 16:10:45 UTC
committer Carl Smedstad
2024-10-05 16:12:39 UTC
parent 6d2f62405319ac1acaeb9df2f866fec45055e045

Use SPDX license identifier

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b9b564c..d49ab6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=3
 pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
 arch=('x86_64')
 url="https://libvnc.github.io/"
-license=('GPL')
+license=('GPL-2.0-or-later')
 depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'libsasl' 'lzo' 'systemd-libs')
 makedepends=('sdl2' 'cmake')
 source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")