summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052025-01-17 09:00:28 +0800
committerzxp198210052025-01-17 09:00:28 +0800
commit6ef99c924f707eb4d3257ef5556469ddeca2f56d (patch)
tree5f607439e37def9e650e5f0e08e138b52a5947ad
parent6776ea0451cf7e71e16a464f6262dc7498b4b83d (diff)
downloadaur-6ef99c924f707eb4d3257ef5556469ddeca2f56d.tar.gz
update to 3.1.20
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10f7a2c0f6e..08a41730aaea 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = siyuan-note-bin
pkgdesc = A local-first personal knowledge management system.(Prebuilt version.Use system-wide electron)
- pkgver = 3.1.19
+ pkgver = 3.1.20
pkgrel = 1
url = https://b3log.org/siyuan/
arch = aarch64
@@ -8,14 +8,14 @@ pkgbase = siyuan-note-bin
license = AGPL-3.0-only
makedepends = fuse2
depends = electron32
- provides = siyuan-note=3.1.19
+ provides = siyuan=3.1.20
conflicts = siyuan-note
conflicts = siyuan
source = siyuan-note.sh
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
- source_aarch64 = siyuan-note-3.1.19-aarch64.deb::https://github.com/siyuan-note/siyuan/releases/download/v3.1.19/siyuan-3.1.19-linux-arm64.deb
- sha256sums_aarch64 = 1e1db1e5a7af718bbe609cf9c124d465fa2d493baeff2832b5661c50e34d9a83
- source_x86_64 = siyuan-note-3.1.19-x86_64.deb::https://github.com/siyuan-note/siyuan/releases/download/v3.1.19/siyuan-3.1.19-linux.deb
- sha256sums_x86_64 = e9af3f2eed3b196dedfa1650baa95bf9a3dde7e28807afc9f386e13a4cfa982a
+ source_aarch64 = siyuan-note-3.1.20-aarch64.deb::https://github.com/siyuan-note/siyuan/releases/download/v3.1.20/siyuan-3.1.20-linux-arm64.deb
+ sha256sums_aarch64 = 7742dd44d6bee77b1c35d75e03f8f0c4eadefc65434f8c1059f27458e4e2e577
+ source_x86_64 = siyuan-note-3.1.20-x86_64.deb::https://github.com/siyuan-note/siyuan/releases/download/v3.1.20/siyuan-3.1.20-linux.deb
+ sha256sums_x86_64 = 36c96ec2e04665d879fc63a1e131abb4264104a605d3505221eba178b5c447fa
pkgname = siyuan-note-bin
diff --git a/PKGBUILD b/PKGBUILD
index f4027704a9d5..5e57e1a28a77 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=siyuan
pkgname="${_pkgname}-note-bin"
_appname=SiYuan
-pkgver=3.1.19
+pkgver=3.1.20
_electronversion=32
pkgrel=1
pkgdesc="A local-first personal knowledge management system.(Prebuilt version.Use system-wide electron)"
@@ -16,7 +16,7 @@ arch=(
url="https://b3log.org/siyuan/"
_ghurl="https://github.com/siyuan-note/siyuan"
license=('AGPL-3.0-only')
-provides=("${pkgname%-bin}=${pkgver}")
+provides=("${_pkgname}=${pkgver}")
conflicts=(
"${pkgname%-bin}"
"${_pkgname}"
@@ -33,8 +33,8 @@ source=(
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux.deb")
sha256sums=('291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
-sha256sums_aarch64=('1e1db1e5a7af718bbe609cf9c124d465fa2d493baeff2832b5661c50e34d9a83')
-sha256sums_x86_64=('e9af3f2eed3b196dedfa1650baa95bf9a3dde7e28807afc9f386e13a4cfa982a')
+sha256sums_aarch64=('7742dd44d6bee77b1c35d75e03f8f0c4eadefc65434f8c1059f27458e4e2e577')
+sha256sums_x86_64=('36c96ec2e04665d879fc63a1e131abb4264104a605d3505221eba178b5c447fa')
prepare() {
sed -e "
s/@electronversion@/${_electronversion}/g