summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-04-03 10:56:59 +0200
committerThe one with the braid2024-04-03 10:56:59 +0200
commitb53d101f722c06205fb4441ffb3d4e89d980cd1c (patch)
treec7f245e094da05c2101c7efa78fb3ca5ba75a3a9
parent2eb63499f8d0bb4643a88dddc8839111270e61c7 (diff)
downloadaur-b53d101f722c06205fb4441ffb3d4e89d980cd1c.tar.gz
chore: update desktop file
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b991e791b9a..a2b048e10133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffychat-bin
pkgdesc = Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
pkgver = 1.19.0
- pkgrel = 1
+ pkgrel = 2
url = https://fluffychat.im/
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index ac7befdc7973..f77b1b23bde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
pkgver=1.19.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized."
arch=('x86_64') # 'aarch64'
url="https://fluffychat.im/"
@@ -42,10 +42,11 @@ package() {
Type=Application
Version=${pkgver}
Name=FluffyChat
-Comment=Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
+Comment=${pkgdesc}
Exec=/opt/${_pkgname}/${_pkgname}
Icon=${_pkgname}
Terminal=false
+Categories=Network;InstantMessaging;Chat;MatrixClient
EOF
}