summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 15:17:31 -0700
committerMark Wagie2024-01-21 15:17:31 -0700
commit29bb3235d4ecb9582f7a20c9c3aa3a02c818511e (patch)
tree08b43db7c6a0203c3b334d00db985a1faaf48481
parentc5e276dbef2a8c7913971318840bf365cb08b389 (diff)
downloadaur-29bb3235d4ecb9582f7a20c9c3aa3a02c818511e.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 ee99ff0836dc..78828492257c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tagspaces
pkgrel = 1
url = https://www.tagspaces.org
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-or-later
makedepends = git
makedepends = libxcrypt-compat
makedepends = npm
diff --git a/PKGBUILD b/PKGBUILD
index 211c54385c20..4f31f2a31fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _electronversion=26
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=("electron${_electronversion}" 'libnotify' 'libsecret' 'xdg-utils')
makedepends=('git' 'libxcrypt-compat' 'npm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tagspaces/tagspaces/archive/refs/tags/v$pkgver.tar.gz"