summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 16:57:16 -0700
committerMark Wagie2024-01-21 16:57:16 -0700
commitb0c94dfc9870665eaf18004f3335729ec2fcf3d7 (patch)
tree6d03a063589942d1c7058656a853829242ad65f4
parent02351080c27ac2cc9930257c3f5321cb71459b9b (diff)
downloadaur-b0c94dfc9870665eaf18004f3335729ec2fcf3d7.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e7838c1bf8..a6fe97e305c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tempus-themes-vim-git
pkgrel = 1
url = https://protesilaos.com/tempus-themes
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = vim
provides = tempus-themes-vim
diff --git a/PKGBUILD b/PKGBUILD
index 9ea2a056c7a9..44650b478ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Protesilaos Stavrou <info at protesilaos dot com>
pkgname=tempus-themes-vim-git
pkgver=r48.b720ee2
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Tempus Themes for Vim"
arch=('any')
url="https://protesilaos.com/tempus-themes"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('vim')
makedepends=('git')
provides=("${pkgname%-git}")