summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2023-07-11 13:26:49 +0800
committerkyope2023-07-11 13:26:49 +0800
commit79d6c80dfdaf6e4fe1ff6f72097fd0382e4dd2cc (patch)
tree8797c148dae080f2fa629d2eb0c3965f3fc7a1fd
parent237b70ba45f2c88a89ee12fff92a2fa4c1e4691e (diff)
downloadaur-79d6c80dfdaf6e4fe1ff6f72097fd0382e4dd2cc.tar.gz
v2.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e08fb0f566..7d3c516c0ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = siyuan-appimage
pkgdesc = A local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG
- pkgver = 2.9.4
+ pkgver = 2.9.5
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-2.9.4-linux.AppImage
+ noextract = siyuan-2.9.5-linux.AppImage
options = !strip
- source = siyuan-2.9.4-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.9.4/siyuan-2.9.4-linux.AppImage
- sha256sums = 6449639e0c476a502dfe318aac915e1b4934ff0c8a90cc25d38b80d3017863c5
+ source = siyuan-2.9.5-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.9.5/siyuan-2.9.5-linux.AppImage
+ sha256sums = 0d52859a392eb2b5be56e62423efcdfa725c783f6ecf4797c9a354200669e24c
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index a0277e417441..b97d6c600e5d 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=2.9.4
+pkgver=2.9.5
pkgrel=1
pkgdesc="A local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG"
arch=("x86_64")
@@ -13,7 +13,7 @@ options=("!strip")
depends=('fuse2')
optdepends=('pandoc: docx export')
source=("${_pkgname}::https://github.com/siyuan-note/siyuan/releases/download/v${pkgver}/${_pkgname}")
-sha256sums=("6449639e0c476a502dfe318aac915e1b4934ff0c8a90cc25d38b80d3017863c5")
+sha256sums=("0d52859a392eb2b5be56e62423efcdfa725c783f6ecf4797c9a354200669e24c")
_installdir=/opt/appimages