summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-11-01 14:07:21 -0700
committerxiota2023-11-01 14:07:33 -0700
commita77aa7ed75af3eec6e77d65a36685f8683cf4feb (patch)
tree54f4e2c5f593656911659c79c9303da38e7ba76d /PKGBUILD
parentf2ed20275c06e33dd7536d9e821b44bca9cb1bb6 (diff)
downloadaur-a77aa7ed75af3eec6e77d65a36685f8683cf4feb.tar.gz
Bump to version 0.9.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9465e7ba588b..117c9ed26d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bader <Bad3r@pm.me>
# Acknowledgment: Borrowed a lot from logseq-desktop-git, thank @pychuang
pkgname=logseq-desktop
-pkgver=0.9.19
+pkgver=0.9.20
pkgrel=1
pkgdesc="A privacy-first, open-source platform for knowledge sharing and management."
arch=("x86_64")
@@ -17,7 +17,7 @@ source=(
"${pkgname}.sh"
)
sha256sums=(
- '2a324c1038669ccab7469d679a23d32665cec17ba09b8fe96ee4bc731439df77'
+ '9bdc34628cec13c6e017ef9d256ad8283af3654b3e8c270551329b75f08a91e9'
'b26c6ed39e2635e08a0df83d92883e670b75b02ed1c2c279044909c04edf8fc2'
'd7ec65e2e92c967a1be865f90a7c242402dbf6ee8c45c863bdbad73aab0af2f4'
'a6412899c57cc0369cb11af547b561b00de84cc4aa4d656f4fa5ea3385cfef2e'
@@ -27,7 +27,7 @@ prepare() {
cd "$srcdir/logseq-${pkgver}"
# patch :parallel-build true in shadow-cljs.edn
- patch -p1 -i "${srcdir}/build.patch"
+ patch -Np1 -F100 -i "${srcdir}/build.patch"
# download required js modules
yarn install