summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:13:51 -0700
committerMark Wagie2024-01-21 17:13:51 -0700
commit6883a22904a03eadbb083dec621099fae0cf2e12 (patch)
tree30a3806a529dbb0cc337bb8b703f9550d0d19efc
parent7271c19e05ae60c4493991a894aee55b3f377d99 (diff)
downloadaur-6883a22904a03eadbb083dec621099fae0cf2e12.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 57c15edb633d..90c18c600ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = turtle
pkgrel = 1
url = https://gitlab.gnome.org/philippun1/turtle
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 126e4c1079ca..a695a31a9d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Manage your git repositories with easy-to-use dialogs in Nautilus."
arch=('any')
url="https://gitlab.gnome.org/philippun1/turtle"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('libadwaita' 'meld' 'python-gobject' 'python-pygit2')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
#checkdepends=('appstream-glib' 'python-pytest')