summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-03-31 05:05:45 +0000
committerxiota2024-03-31 05:05:45 +0000
commit2137e9c2e34ae5f9325aee418ae582688ff342a9 (patch)
tree8a6e6a932f718dad470c20b640a175a89f78b346 /PKGBUILD
parenteff6ce71675e58490c807aba7bf03b90bc8e6e52 (diff)
downloadaur-logseq-desktop-bin.tar.gz
0.10.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a4f208682e3..c0756032f824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,10 @@ fi
: ${_install_path:=opt}
-unset _pkgtype
-: ${_pkgtype:=-bin}
-
# basic info
_pkgname="logseq-desktop"
-pkgname="$_pkgname${_pkgtype:-}"
-pkgver=0.10.7
+pkgname="$_pkgname-bin"
+pkgver=0.10.8
pkgrel=1
pkgdesc="Privacy-first, open-source platform for knowledge sharing and management"
url="https://github.com/logseq/logseq"
@@ -48,7 +45,7 @@ _main_package() {
# common functions
pkgver() {
- printf '%s' "${_pkgver:?}"
+ echo "${_pkgver:?}"
}
prepare() {