summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent0464c4c756689f63336f81171a686fb61a8ffc34 (diff)
downloadaur-0292fc627d30c97ae818c0e588dec566c8485382.tar.gz
fix: update dependencies
Signed-off-by: The one with the braid <info@braid.business>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 13 insertions, 2 deletions
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'