diff options
author | Mark Wagie | 2024-01-21 16:51:28 -0700 |
---|---|---|
committer | Mark Wagie | 2024-01-21 16:51:28 -0700 |
commit | 44601f798ea7bec31a98aac80f5cde0f6258f05d (patch) | |
tree | 90b9dc0a40d51987e7b48dbff801909e9ae5fc8b | |
parent | dd75b7cb3389367b12080bf8fe04f9b610e9e0f3 (diff) | |
download | aur-44601f798ea7bec31a98aac80f5cde0f6258f05d.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 = 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 @@ -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}") |