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 8181105e0fea..626bd202e702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = siyuan-appimage
pkgrel = 2
url = https://b3log.org/siyuan
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-only
depends = fuse2
optdepends = pandoc: docx export
noextract = siyuan-3.0.4-linux.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index be722c67b2a5..debe161c7788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang"
arch=("x86_64")
url="https://b3log.org/siyuan"
-license=("AGPL3")
+license=("AGPL-3.0-only")
_pkgname="siyuan-${pkgver}-linux.AppImage"
noextract=(${_pkgname})
options=("!strip" "!debug")