fluffychat-bin
MEDIUM
maintainer Refreeze5911
20 votes
scanned 2026-08-30 13:42:42.936847
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
4
pkgname=fluffychat-bin
5
_pkgname=fluffychat
6
pkgver=2.9.1
7
pkgrel=1
8
pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized."
9
arch=('x86_64') # 'aarch64'
10
url="https://fluffychat.im/"
11
license=('AGPL3')
12
depends=(
13
'gtk3'
14
# flutter_secure_storage
15
'libsecret'
16
'openssl'
17
# path_provider
18
'xdg-user-dirs'
19
'webkit2gtk-4.1'
20
)
21
optdepends=(
22
'zenity: for flutter_file_picker'
23
'kdialog: for flutter_file_picker'
24
)
25
provides=("$_pkgname")
26
conflicts=("$_pkgname")
27
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")
28
#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-arm64.tar.gz")
29
sha256sums_x86_64=('1948ad823554c8580e1621d4e843181db4131f8557ad9cc4fcd9cf7f598bdeff')
30
# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')
31
32
package() {
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]
52
Type=Application
53
Version=${pkgver}
54
Name=FluffyChat
55
Comment=${pkgdesc}
56
Exec=/opt/${_pkgname}/${_pkgname}
57
Icon=${_pkgname}
58
Terminal=false
59
Categories=Network;InstantMessaging;Chat;MatrixClient
60
EOF
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) | Severity | Rules |
|---|---|---|
| 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 |