summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-02-29 22:32:13 +0000
committerxiota2024-02-29 22:32:47 +0000
commiteff6ce71675e58490c807aba7bf03b90bc8e6e52 (patch)
tree22bf660066f5be03e9ae4a5d6f6fcf347cb42c34
parent8dbd160a4b206ca972dd7bd2c03705e523362887 (diff)
downloadaur-eff6ce71675e58490c807aba7bf03b90bc8e6e52.tar.gz
0.10.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 569aa27e9d5d..5339fe8f1fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = logseq-desktop-bin
pkgdesc = Privacy-first, open-source platform for knowledge sharing and management
- pkgver = 0.10.6
+ pkgver = 0.10.7
pkgrel = 1
url = https://github.com/logseq/logseq
install = logseq-desktop.install
arch = x86_64
license = AGPL-3.0-or-later
makedepends = gendesk
- provides = logseq-desktop=0.10.6
+ provides = logseq-desktop=0.10.7
conflicts = logseq-desktop
options = !debug
options = !strip
- source = https://github.com/logseq/logseq/releases/download/0.10.6/Logseq-linux-x64-0.10.6.zip
+ source = https://github.com/logseq/logseq/releases/download/0.10.7/Logseq-linux-x64-0.10.7.zip
sha256sums = SKIP
pkgname = logseq-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4bda90f3aadb..8a4f208682e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,15 @@ else
: ${_autoupdate:=true}
fi
+: ${_install_path:=opt}
+
+unset _pkgtype
: ${_pkgtype:=-bin}
# basic info
_pkgname="logseq-desktop"
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=0.10.6
+pkgver=0.10.7
pkgrel=1
pkgdesc="Privacy-first, open-source platform for knowledge sharing and management"
url="https://github.com/logseq/logseq"
@@ -33,7 +36,6 @@ _main_package() {
_pkgsrc="Logseq-linux-x64"
_pkgext="zip"
- _install_path="opt"
source+=("$url/releases/download/$_pkgver/$_pkgsrc-$_pkgver.$_pkgext")
sha256sums+=('SKIP')