summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2024-03-26 21:19:16 +0800
committerkyope2024-03-26 21:19:16 +0800
commit68357bd8e342f7cf48856e686325f4f24a252f63 (patch)
treed55bc701e1af5a39715e19129978ef7c8d0a0cf7
parent47fbcb3634472681ed358fe26e9713e2f448765f (diff)
downloadaur-68357bd8e342f7cf48856e686325f4f24a252f63.tar.gz
v3.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626bd202e702..3df5886262c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = siyuan-appimage
pkgdesc = A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang
- pkgver = 3.0.4
+ pkgver = 3.0.5
pkgrel = 2
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL-3.0-only
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-3.0.4-linux.AppImage
+ noextract = siyuan-3.0.5-linux.AppImage
options = !strip
options = !debug
- source = siyuan-3.0.4-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.4/siyuan-3.0.4-linux.AppImage
- sha256sums = b3ce3dbe10030455682f0cd0d9c5beb3e01626f8c671a9d6b0f2cf9f444aa94c
+ source = siyuan-3.0.5-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v3.0.5/siyuan-3.0.5-linux.AppImage
+ sha256sums = ffbf5856508acc279c0467e000d161f5bc08e1b9c1da52d737177c30c95beea0
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index debe161c7788..9ffdbe3dc536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com>
pkgname=siyuan-appimage
-pkgver=3.0.4
+pkgver=3.0.5
pkgrel=2
pkgdesc="A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang"
arch=("x86_64")
@@ -13,7 +13,7 @@ options=("!strip" "!debug")
depends=("fuse2")
optdepends=('pandoc: docx export')
source=("${_pkgname}::https://github.com/siyuan-note/siyuan/releases/download/v${pkgver}/${_pkgname}")
-sha256sums=("b3ce3dbe10030455682f0cd0d9c5beb3e01626f8c671a9d6b0f2cf9f444aa94c")
+sha256sums=("ffbf5856508acc279c0467e000d161f5bc08e1b9c1da52d737177c30c95beea0")
_installdir=/opt/appimages