fluffychat-bin

MEDIUM
maintainer Refreeze5911 20 votes scanned 2026-08-30 13:42:42.936847
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: shinka <shinnkka1@gmail.com>
2# Contributor: The one with the braid <the-one@with-the-braid.cf>
3
4pkgname=fluffychat-bin
5_pkgname=fluffychat
6pkgver=2.9.1
7pkgrel=1
8pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized."
9arch=('x86_64') # 'aarch64'
10url="https://fluffychat.im/"
11license=('AGPL3')
12depends=(
13 'gtk3'
14 # flutter_secure_storage
15 'libsecret'
16 'openssl'
17 # path_provider
18 'xdg-user-dirs'
19 'webkit2gtk-4.1'
20)
21optdepends=(
22 'zenity: for flutter_file_picker'
23 'kdialog: for flutter_file_picker'
24)
25provides=("$_pkgname")
26conflicts=("$_pkgname")
27source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-x64.tar.gz")
28#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-arm64.tar.gz")
29sha256sums_x86_64=('1948ad823554c8580e1621d4e843181db4131f8557ad9cc4fcd9cf7f598bdeff')
30# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')
31
32package() {
33 # install
34
35 install -dm755 ${pkgdir}/opt/${_pkgname}/
36 mv fluffychat ${pkgdir}/opt/${_pkgname}/
37 mv data ${pkgdir}/opt/${_pkgname}/
38 mv lib ${pkgdir}/opt/${_pkgname}/
39
40 # link
41 install -dm755 ${pkgdir}/usr/bin
42 ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
43
44 # icon
45 install -Dm 644 ${pkgdir}/opt/${_pkgname}/data/flutter_assets/assets/logo/mini/logo_mini.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
46
47 # desktop entry
48
49 install -dm 755 "${pkgdir}/usr/share/applications"
50 cat >${pkgdir}/usr/share/applications/${_pkgname}.desktop <<EOF
51[Desktop Entry]
52Type=Application
53Version=${pkgver}
54Name=FluffyChat
55Comment=${pkgdesc}
56Exec=/opt/${_pkgname}/${_pkgname}
57Icon=${_pkgname}
58Terminal=false
59Categories=Network;InstantMessaging;Chat;MatrixClient
60EOF
61
62}
63
64# vim: set sw=2 ts=2 et:
65

Changes since previous scan

--- PKGBUILD @ 2026-08-26 00:12
+++ PKGBUILD @ 2026-08-30 13:42
@@ -3,7 +3,7 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-pkgver=2.6.0
+pkgver=2.9.1
pkgrel=1
pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized."
arch=('x86_64') # 'aarch64'
@@ -26,7 +26,7 @@
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")
#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('e276a535b4c529b56cdb0811e8dd798016b7f95a901f93a9959ae958a3916a52')
+sha256sums_x86_64=('1948ad823554c8580e1621d4e843181db4131f8557ad9cc4fcd9cf7f598bdeff')
# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')
package() {
@@ -42,7 +42,7 @@
ln -s /opt/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
# icon
- install -Dm 644 ${pkgdir}/opt/${_pkgname}/data/flutter_assets/assets/favicon.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
+ install -Dm 644 ${pkgdir}/opt/${_pkgname}/data/flutter_assets/assets/logo/mini/logo_mini.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
# desktop entry

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 13:42:42 Medium 1
2026-08-26 00:12:07 Clean 2
2026-08-25 23:28:42 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion