summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-03-03 17:39:34 -0500
committerMithicSpirit2023-03-03 17:39:34 -0500
commita080c0eebe93de86965fef206e2baec63f145161 (patch)
treef599d18b19785a2ea1e2d4b944c4f5efced6c978
parentccf0cfd017ba59cacc748ed2f40f27be624fd6f7 (diff)
downloadaur-a080c0eebe93de86965fef206e2baec63f145161.tar.gz
fix blank screen issue when xdg-user-dirs is missing
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05fc6278231f..65117c8cbe50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appflowy-git
pkgdesc = An open-source alternative to Notion.
pkgver = latest
- pkgrel = 9
+ pkgrel = 10
url = https://www.appflowy.io/
arch = x86_64
license = AGPL3
@@ -17,6 +17,7 @@ pkgbase = appflowy-git
depends = glibc>=2.32
depends = gtk3
depends = libkeybinder3
+ depends = xdg-user-dirs
provides = appflowy
conflicts = appflowy
conflicts = appflowy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5da906a6d2b8..db4c04abf009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=appflowy
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=9
+pkgrel=10
pkgdesc='An open-source alternative to Notion.'
arch=(x86_64)
url='https://www.appflowy.io/'
license=('AGPL3')
-depends=('glibc>=2.32' gtk3 libkeybinder3)
+depends=('glibc>=2.32' gtk3 libkeybinder3 xdg-user-dirs)
makedepends=(git clang cmake ninja unzip rust cargo dart sqlite)
provides=($_pkgname)
conflicts=($_pkgname $_pkgname-bin)