1.21 is out :P
Search Criteria
Package Details: fluffychat 1.22.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluffychat.git (read-only, click to copy) |
---|---|
Package Base: | fluffychat |
Description: | Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized. |
Upstream URL: | https://fluffychat.im/ |
Keywords: | Chat Matrix |
Licenses: | AGPL3 |
Conflicts: | fluffychat |
Provides: | fluffychat |
Submitter: | garionion |
Maintainer: | garionion (WithTheBraid) |
Last Packager: | WithTheBraid |
Votes: | 26 |
Popularity: | 2.09 |
First Submitted: | 2020-10-29 10:59 (UTC) |
Last Updated: | 2024-09-02 12:14 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libolm (libolm-gitAUR)
- libsecret
- openssl (openssl-gitAUR, openssl-staticAUR)
- xdg-user-dirs
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR)
- cmake (cmake-gitAUR) (make)
- flutter-target-linuxAUR (flutter-binAUR) (make)
- flutter-toolAUR (flutter-binAUR) (make)
Required by (0)
Sources (1)
TipsyTheCat commented on 2024-06-05 23:44 (UTC)
xva commented on 2024-05-03 19:48 (UTC)
still new so dont blame me if i get it wrong but i think the 1.20.0 checksum is c8a0462a1729fc9feb7213af2266cc230dc61fad589b2507cdb4e8144a5fef19
artiom commented on 2023-11-21 23:43 (UTC)
Please also add categories to the Desktop entry.
Categories=Network;InstantMessaging;Chat;IRCClient
kusoneko commented on 2023-09-22 05:28 (UTC)
I made a quick git diff patch for v1.14.1, it compiles fine:
diff --git a/.SRCINFO b/.SRCINFO
index 70e707d..ffc44ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffychat
pkgdesc = Chat with your friends
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = fluffychat
depends = libolm
provides = fluffychat
conflicts = fluffychat
- source = fluffychat-v1.14.0.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.0.tar.gz
- sha256sums = e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a
+ source = fluffychat-v1.14.1.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v1.14.1.tar.gz
+ sha256sums = 294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa
pkgname = fluffychat
diff --git a/PKGBUILD b/PKGBUILD
index dc85414..5adb77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# thanks to celogeek, sseneca, dr460nf1r3, dr460nf1r3 and AverytheFurry for pointing out multiple things
pkgname=fluffychat
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Chat with your friends"
arch=('x86_64' 'aarch64')
@@ -18,7 +18,7 @@ makedepends=('clang'
provides=("$pkgname")
conflicts=("$pkgname")
source=("fluffychat-v${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e028085956f987594679a8f4c6f4b4b7b2060d83d1f022b4d7562c588d70bb5a')
+sha256sums=('294d9b820a2427e8cb7544d38e648de00e3b655e14066502f9a0f469267dd4aa')
prepare() {
flutter --no-version-check --suppress-analytics config --enable-linux-desktop
joeleg commented on 2023-09-18 03:43 (UTC)
Hey, the checksum seems to have changed, can you update the package with the later checksum? Thanks
Xangelix commented on 2023-08-08 15:21 (UTC)
Since 953cd4e42fa8
fluffychat: error while loading shared libraries: libwebrtc.so: cannot open shared object file: No such file or directory
iyanmv commented on 2023-06-28 12:45 (UTC)
I would love to see this in [extra] :)
Pinned Comments