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 33e186cf0846..930673bdff60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=appflowy
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=13
+pkgrel=14
pkgdesc='An open-source alternative to Notion.'
arch=(x86_64)
url='https://www.appflowy.io/'
license=('AGPL3')
-depends=('glibc>=2.32' gtk3 libkeybinder3 xdg-user-dirs)
+depends=('glibc>=2.32' gtk3 libkeybinder3 xdg-user-dirs libnotify)
makedepends=(git clang cmake ninja unzip rustup cargo sqlite rsync)
provides=($_pkgname)
conflicts=($_pkgname $_pkgname-bin)