summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-03-19 16:21:49 +0800
committerkyope2024-03-19 16:21:49 +0800
commit47fbcb3634472681ed358fe26e9713e2f448765f (patch)
treeb83818829bcacc48de76c0fc8ca9dea73eff4515
parent6d6e2befb35e167b74a41d3e706b22d0f2d085fc (diff)
downloadaur-47fbcb3634472681ed358fe26e9713e2f448765f.tar.gz
v3.0.4
-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")