summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-10-15 12:54:23 -0400
committerMithicSpirit2023-10-15 12:54:23 -0400
commitb1812f120e9ae37276318c195430b75e8a3939bc (patch)
tree4ae85bfa9262b834a5e34bce4e7cb0f046172caa
parenteaedadb7d8a2499b321a1b56cc6efacce7bf6e67 (diff)
downloadaur-b1812f120e9ae37276318c195430b75e8a3939bc.tar.gz
Fix missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de0907e58a3..8c78ee2c7e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appflowy-git
pkgdesc = An open-source alternative to Notion.
pkgver = latest
- pkgrel = 13
+ pkgrel = 14
url = https://www.appflowy.io/
arch = x86_64
license = AGPL3
@@ -18,6 +18,7 @@ pkgbase = appflowy-git
depends = gtk3
depends = libkeybinder3
depends = xdg-user-dirs
+ depends = libnotify
provides = appflowy
conflicts = appflowy
conflicts = appflowy-bin
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)