summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")