summarylogtreecommitdiffstats
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
parentb53d101f722c06205fb4441ffb3d4e89d980cd1c (diff)
downloadaur-06aa8ab8b03c5cd2ad93b9394162e838ef713ca1.tar.gz
fix: update dependencies
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b048e10133..a2dbedcbf482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = fluffychat-bin
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
license = AGPL3
- makedepends = unzip
depends = gtk3
depends = jsoncpp
depends = libsecret
depends = xdg-user-dirs
depends = libolm
+ depends = zenity
provides = fluffychat
conflicts = fluffychat
source_x86_64 = fluffychat-v1.19.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.19.0/fluffychat-linux-x64.tar.gz
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")