summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2023-10-17 23:59:52 +0800
committerkyope2023-10-17 23:59:52 +0800
commitc512ec0828fda27c00236f51edfb20c9dd1779ad (patch)
tree4031b47da8edb6ee8269486033c676088d9071bb
parent057972889f36789c5cd0f32fbf9b0c212c061220 (diff)
downloadaur-c512ec0828fda27c00236f51edfb20c9dd1779ad.tar.gz
v2.10.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5523ea9d77a..2d1dc26580e1 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.10.10
+ pkgver = 2.10.11
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-2.10.10-linux.AppImage
+ noextract = siyuan-2.10.11-linux.AppImage
options = !strip
- source = siyuan-2.10.10-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.10.10/siyuan-2.10.10-linux.AppImage
- sha256sums = 51dbf532644b23e06f0f2e47c2d5ca80a79558b2cee1a8c522c5eb7ea9f8f541
+ source = siyuan-2.10.11-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.10.11/siyuan-2.10.11-linux.AppImage
+ sha256sums = de76cf4cd0e1419e23839286907c3f6319946c25165391ca20c7797c4a3621b0
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index a5327c9a5394..c47b30de1fc2 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.10.10
+pkgver=2.10.11
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=("51dbf532644b23e06f0f2e47c2d5ca80a79558b2cee1a8c522c5eb7ea9f8f541")
+sha256sums=("de76cf4cd0e1419e23839286907c3f6319946c25165391ca20c7797c4a3621b0")
_installdir=/opt/appimages