summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 15:17:50 -0700
committerMark Wagie2024-01-21 15:17:50 -0700
commit8ffa9024194eb644c5abdc453b1d30323b3fa1a3 (patch)
tree949c5f2e0880fc3a8abf09a03c509c3831cad208
parent0959f246bc3c7f9820344d74aca426ad6ce06296 (diff)
downloadaur-8ffa9024194eb644c5abdc453b1d30323b3fa1a3.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 68beeec410e6..2d659f6a628e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tagspaces-bin
pkgrel = 1
url = https://www.tagspaces.org
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-or-later
depends = alsa-lib
depends = gtk3
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 898669af8244..1c25e74a26e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="An offline, open source, document manager with tagging support"
arch=('x86_64')
url="https://www.tagspaces.org"
-license=('AGPL3')
+license=('AGPL-3.0-or-later')
depends=('alsa-lib' 'gtk3' 'libnotify' 'libsecret' 'nss' 'xdg-utils')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")