makedeb


fluffychat-bin 1.22.1-0


Cute and easy to use matrix messenger. Secure and decentralized.

Click here to go back to the commit logs for fluffychat-bin.

Commit:


Hash: fdb940ba112fd598127cb942df7cfef670aa35ca

Message: add dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index bbd06ea..91a8e8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = fluffychat-bin
 	pkgdesc = Chat with your friends
 	pkgver = 0.35.0
-	pkgrel = 3
+	pkgrel = 4
 	url = https://fluffychat.im/
 	arch = x86_64
 	arch = aarch64
@@ -10,6 +10,7 @@ pkgbase = fluffychat-bin
 	depends = libolm
 	depends = xdg-user-dirs
 	depends = gtk3
+	depends = jsoncpp
 	provides = fluffychat
 	conflicts = fluffychat
 	source_x86_64 = https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/0.35.0/fluffychat-linux-x86.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f48d120..c5e9545 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")