summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"