diff options
author | Mark Wagie | 2024-01-21 17:13:51 -0700 |
---|---|---|
committer | Mark Wagie | 2024-01-21 17:13:51 -0700 |
commit | 6883a22904a03eadbb083dec621099fae0cf2e12 (patch) | |
tree | 30a3806a529dbb0cc337bb8b703f9550d0d19efc | |
parent | 7271c19e05ae60c4493991a894aee55b3f377d99 (diff) | |
download | aur-6883a22904a03eadbb083dec621099fae0cf2e12.tar.gz |
use SPDX license identifier
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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') |