summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 128357f59455..ce02cb34a3cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=appflowy
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=1
+pkgrel=2
pkgdesc='An open-source alternative to Notion.'
arch=(x86_64)
url='https://www.appflowy.io/'
license=('AGPL3')
-depends=(gtk3)
+depends=(gtk3 sqlite)
makedepends=(git clang cmake ninja unzip rust cargo cargo-make dart)
provides=($_pkgname)
conflicts=($_pkgname $_pkgname-bin)