summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-08-22 23:15:14 -0700
committerxiota2023-08-22 23:15:14 -0700
commit2285f5ef3de0ebe51717559eb614856ac31ff44f (patch)
treecc49648ba6c87c5ca0d050b4f174df79b2df2d46 /PKGBUILD
parenteaedd6d1c50ada13d7aec519a3013d740ea2d76d (diff)
downloadaur-2285f5ef3de0ebe51717559eb614856ac31ff44f.tar.gz
Remove unnecessary conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07a7ca535585..13b4f209294f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=logseq-desktop-bin
_pkgname=logseq-desktop
pkgver=0.9.14
-pkgrel=1
+pkgrel=2
pkgdesc="A privacy-first, open-source platform for knowledge sharing and management."
arch=("x86_64")
url="https://github.com/logseq/logseq"
license=('AGPL3')
provides=("logseq-desktop")
-conflicts=("logseq-desktop-git" "logseq-desktop")
+conflicts=("logseq-desktop")
source=(
"https://github.com/logseq/logseq/releases/download/${pkgver}/logseq-linux-x64-${pkgver}.zip"
"${_pkgname}.desktop"