summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThe one with the braid2024-04-03 11:05:56 +0200
committerThe one with the braid2024-04-03 11:05:56 +0200
commit06aa8ab8b03c5cd2ad93b9394162e838ef713ca1 (patch)
tree94fc44ac66d7f51097de7cb0fa839e809d661910 /PKGBUILD
parentb53d101f722c06205fb4441ffb3d4e89d980cd1c (diff)
downloadaur-06aa8ab8b03c5cd2ad93b9394162e838ef713ca1.tar.gz
fix: update dependencies
Signed-off-by: The one with the braid <info@braid.business>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f77b1b23bde7..0d594fcccee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,23 @@
pkgname=fluffychat-bin
_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')
-makedepends=('unzip')
+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'
+)
provides=("$_pkgname")
conflicts=("$_pkgname")
source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-x64.tar.gz")