summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgarionion2021-07-26 14:25:13 +0200
committergarionion2021-07-26 14:25:13 +0200
commitfdb940ba112fd598127cb942df7cfef670aa35ca (patch)
treeaff26f24c1786a60992f3336522d01c71f9f0b49 /PKGBUILD
parent3e4a7eff7975e5f9d377986d53503ebe2b0c3991 (diff)
downloadaur-fdb940ba112fd598127cb942df7cfef670aa35ca.tar.gz
add dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f48d120118ed..c5e954525ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
pkgver=0.35.0
-pkgrel=3
+pkgrel=4
pkgdesc="Chat with your friends"
arch=('x86_64' 'aarch64')
url="https://fluffychat.im/"
license=('AGPL3')
-depends=('libolm' 'xdg-user-dirs' 'gtk3')
+depends=('libolm' 'xdg-user-dirs' 'gtk3' 'jsoncpp')
makedepends=('unzip')
provides=("$_pkgname")
conflicts=("$_pkgname")