summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-04-03 11:04:48 +0200
committerThe one with the braid2024-04-03 11:04:48 +0200
commit0292fc627d30c97ae818c0e588dec566c8485382 (patch)
tree8771775c2037482d627168c389146c5efdaafbb8
parent0464c4c756689f63336f81171a686fb61a8ffc34 (diff)
downloadaur-0292fc627d30c97ae818c0e588dec566c8485382.tar.gz
fix: update dependencies
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0b0ca31467e..c2f41201fa9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffychat
pkgdesc = Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
pkgver = 1.19.0
- pkgrel = 2
+ pkgrel = 3
url = https://fluffychat.im/
arch = x86_64
arch = aarch64
@@ -13,6 +13,7 @@ pkgbase = fluffychat
depends = libsecret
depends = xdg-user-dirs
depends = libolm
+ depends = zenity
provides = fluffychat
conflicts = fluffychat
source = fluffychat-v1.19.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.19.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index db41e9b1bbbb..680c1721c490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,23 @@
pkgname=fluffychat
pkgver=1.19.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized."
arch=('x86_64' 'aarch64')
url="https://fluffychat.im/"
license=('AGPL3')
-depends=('gtk3' 'jsoncpp' 'libsecret' 'xdg-user-dirs' 'libolm')
+depends=(
+ 'gtk3'
+ 'jsoncpp'
+ # flutter_secure_storage
+ 'libsecret'
+ # path_provider
+ 'xdg-user-dirs'
+ # for e2ee
+ 'libolm'
+ # flutter_file_picker - see https://github.com/miguelpruivo/flutter_file_picker/blob/master/lib/src/linux/file_picker_linux.dart#L115
+ 'zenity'
+)
makedepends=(
'flutter-tool'
'flutter-target-linux'