summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292024-04-23 13:04:19 +0200
committerSpike292024-04-23 13:04:19 +0200
commit8a7c25b322a2e4daf4c7e21a57940b9746f21e54 (patch)
tree43076355d4da4c3524fba1f53969c4c1bf4dc15e
parenta9a13024563adcd1647a23c809349c8560ac5595 (diff)
downloadaur-8a7c25b322a2e4daf4c7e21a57940b9746f21e54.tar.gz
Use SPDX short license identifiers
-rw-r--r--.SRCINFO9
-rwxr-xr-xPKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a191ead9349d..2009efed8e49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = netradiant-custom
pkgdesc = The open-source, cross-platform level editor for id Tech based games (NetRadiant fork)
pkgver = 20240309
- pkgrel = 4
+ pkgrel = 5
url = https://garux.github.io/NRC/
arch = i686
arch = x86_64
- license = GPL2
- license = BSD
- license = LGPL2.1
+ license = BSD-3-Clause
+ license = GPL-2.0-or-later
+ license = LGPL-2.1-or-later
+ license = Zlib
makedepends = git
makedepends = svn
makedepends = unzip
diff --git a/PKGBUILD b/PKGBUILD
index 0f26a4f469ce..d9eb3ac2aad1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=netradiant-custom
pkgver=20240309
-pkgrel=4
+pkgrel=5
pkgdesc="The open-source, cross-platform level editor for id Tech based games (NetRadiant fork)"
url="https://garux.github.io/NRC/"
depends=('bash' 'gcc-libs' 'glib2' 'glibc' 'libjpeg-turbo' 'libpng' 'libxml2' 'qt5-base' 'zlib')
@@ -14,7 +14,7 @@ source=('git+https://github.com/Garux/netradiant-custom.git#commit=5daf2e265eb7b
'netradiant-custom.desktop')
sha256sums=('SKIP'
'ec1256d5eb657b1e17ebb4ce1280598077b9c350408f9d778f41d5a30b3924e4')
-license=('GPL2' 'BSD' 'LGPL2.1')
+license=('BSD-3-Clause' 'GPL-2.0-or-later' 'LGPL-2.1-or-later' 'Zlib')
arch=('i686' 'x86_64')
build () {