summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 701d4d604af3..11452041e1ec 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.1
+ pkgver = 2.10.2
pkgrel = 1
url = https://b3log.org/siyuan
arch = x86_64
license = AGPL3
depends = fuse2
optdepends = pandoc: docx export
- noextract = siyuan-2.10.1-linux.AppImage
+ noextract = siyuan-2.10.2-linux.AppImage
options = !strip
- source = siyuan-2.10.1-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.10.1/siyuan-2.10.1-linux.AppImage
- sha256sums = 72be0cfeff0bf494c18a9731e1fb9ca3266442f693e451c769f90a3c2865f6ad
+ source = siyuan-2.10.2-linux.AppImage::https://github.com/siyuan-note/siyuan/releases/download/v2.10.2/siyuan-2.10.2-linux.AppImage
+ sha256sums = da1cca67e3470dfc22c8388a1d019f1db296a5c4f31edef3113607d045f368ad
pkgname = siyuan-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 135c1752d272..57549b75d005 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.1
+pkgver=2.10.2
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=("72be0cfeff0bf494c18a9731e1fb9ca3266442f693e451c769f90a3c2865f6ad")
+sha256sums=("da1cca67e3470dfc22c8388a1d019f1db296a5c4f31edef3113607d045f368ad")
_installdir=/opt/appimages
@@ -25,7 +25,7 @@ prepare() {
}
package() {
- install -Dm755 ../${_pkgname} "${pkgdir}/${_installdir}/siyuan.AppImage"
+ install -Dm755 ${_pkgname} "${pkgdir}/${_installdir}/siyuan.AppImage"
install -Dm644 "squashfs-root/resources/stage/icon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/siyuan-appimage.png"
install -Dm644 "squashfs-root/siyuan.desktop" "${pkgdir}/usr/share/applications/siyuan-appimage.desktop"
}