summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:00:45 -0700
committerMark Wagie2024-01-21 11:00:45 -0700
commitf1df33d7130b3a60b070fb51aac39d5212433e3d (patch)
treea538bdd2e2ff84425eab532ac436b823ec89c7b9
parent00610edba44d0a4925a15ea4b58efd584e57b78e (diff)
downloadaur-f1df33d7130b3a60b070fb51aac39d5212433e3d.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 8226a108da32..75f352d80579 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = portfolio-file-manager
pkgrel = 1
url = https://github.com/tchx84/Portfolio
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
checkdepends = python-black
checkdepends = python-pyflakes
diff --git a/PKGBUILD b/PKGBUILD
index 0c3802c75751..0f8d1f69466d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A minimalist file manager for those who want to use Linux mobile devices."
arch=('any')
url="https://github.com/tchx84/Portfolio"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtk4' 'libadwaita' 'python-gobject')
makedepends=('meson')
checkdepends=('appstream-glib' 'python-black' 'python-pyflakes' 'python-pytest')