summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 16:51:28 -0700
committerMark Wagie2024-01-21 16:51:28 -0700
commit44601f798ea7bec31a98aac80f5cde0f6258f05d (patch)
tree90b9dc0a40d51987e7b48dbff801909e9ae5fc8b
parentdd75b7cb3389367b12080bf8fe04f9b610e9e0f3 (diff)
downloadaur-44601f798ea7bec31a98aac80f5cde0f6258f05d.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 00d8a1f1db43..69bd6b370650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tempus-themes-pygments-git
pkgrel = 1
url = https://protesilaos.com/tempus-themes
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index b7d8b3447755..05ddd0d97d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Tempus themes for Pygments"
arch=('any')
url="https://protesilaos.com/tempus-themes"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('python-pygments')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
provides=("${pkgname%-git}")