summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:46:01 -0700
committerMark Wagie2024-01-20 13:46:01 -0700
commit232ba9c3a4b69dd9ca645251c1bc5f1ae4a570d6 (patch)
treea952653c1dc6cc43c7d88e57f509fc9fcd192c68
parentcf1f44762828cb235763a398cfab9843271e40ce (diff)
downloadaur-232ba9c3a4b69dd9ca645251c1bc5f1ae4a570d6.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 e9cec361ba99..2a569ff39657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = commit
pkgrel = 1
url = https://apps.gnome.org/Commit
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = blueprint-compiler
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index c4ab5bf03127..449ce82f8f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Commit message editor."
arch=('any')
url="https://apps.gnome.org/Commit"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('libadwaita' 'libspelling' 'gjs' 'gtksourceview5')
makedepends=('blueprint-compiler' 'git' 'meson')
checkdepends=('appstream-glib')