summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:40:44 -0500
committerAndrew O'Neill2024-01-30 21:40:44 -0500
commit4393d5a4673ae07d4afffb110e6506aedcf369df (patch)
tree2470e29e082fb88c9be562d9bcb376586645d385
parenta8d775ba7832cf7a352c7e21e6e8a11b5bff3a0f (diff)
downloadaur-4393d5a4673ae07d4afffb110e6506aedcf369df.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0d85fd145b6..73ddf69e47ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = xroar
url = https://www.6809.org.uk/xroar
install = xroar.install
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = gendesk
depends = gtk2
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 61a917f7e790..6c4e7ebdb28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.5.2
pkgrel=1
pkgdesc='A Dragon and Tandy CoCo emulator'
arch=('x86_64')
-license=('GPL3')
+license=('GPL-3.0-or-later')
url="https://www.6809.org.uk/${pkgname}"
depends=('gtk2' 'sdl2' 'libgl' 'libsndfile' 'gtkglext')
makedepends=('gendesk')