summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope2023-10-31 12:15:34 +0800
committerkyope2023-10-31 12:15:34 +0800
commit93e41604adc184b3c3d83e76802c02e8f6076cf1 (patch)
tree7ef9c1f887ca671f762a174c0f000359d9eb4d6b
parenta380b0bb31431d5c6e3d1da603bf3feff5cd6f66 (diff)
downloadaur-93e41604adc184b3c3d83e76802c02e8f6076cf1.tar.gz
v2.10.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d283095447a6..c4c5a9bcf16e 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.12
+ pkgver = 2.10.13
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-2.10.12-linux.AppImage
+ noextract = siyuan-2.10.13-linux.AppImage
options = !strip
- source = siyuan-2.10.12-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.10.12/siyuan-2.10.12-linux.AppImage
- sha256sums = 1b99687c82249a6d0324b19ce8ca81bb07240a474f03c14bb34a851fd6c461e5
+ source = siyuan-2.10.13-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.10.13/siyuan-2.10.13-linux.AppImage
+ sha256sums = 39a275f3f14a2cfcd7a9907ae724f5be51a60181277c65bebde1bdb30b1b1e01
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index fc82be6755c3..e0c038c45843 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.12
+pkgver=2.10.13
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=("1b99687c82249a6d0324b19ce8ca81bb07240a474f03c14bb34a851fd6c461e5")
+sha256sums=("39a275f3f14a2cfcd7a9907ae724f5be51a60181277c65bebde1bdb30b1b1e01")
_installdir=/opt/appimages