summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:38:19 -0700
committerMark Wagie2024-01-20 13:38:19 -0700
commit25b6bd8e6f430d9ca66f2c794dd8360a380da272 (patch)
tree8513a8b082cc05735a16c4b2ec736c946fc8e3df
parent8b95bc3a90054e469bf57655454b7d95dd756d73 (diff)
downloadaur-clight-gui-git.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6099ed1ae7ca..aa7f512d439a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = clight-gui-git
url = https://github.com/nullobsi/clight-gui
arch = x86_64
arch = aarch64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 78dbe873c9e9..8f39f8f68cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Qt GUI for Clight"
arch=('x86_64' 'aarch64')
url="https://github.com/nullobsi/clight-gui"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('clight' 'qt5-charts')
makedepends=('git' 'cmake' 'qt5-tools')
provides=("${pkgname%-git}")