summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292024-04-23 13:04:19 +0200
committerSpike292024-04-23 13:04:19 +0200
commit8a7c25b322a2e4daf4c7e21a57940b9746f21e54 (patch)
tree43076355d4da4c3524fba1f53969c4c1bf4dc15e /PKGBUILD
parenta9a13024563adcd1647a23c809349c8560ac5595 (diff)
downloadaur-8a7c25b322a2e4daf4c7e21a57940b9746f21e54.tar.gz
Use SPDX short license identifiers
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 () {