summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-04-03 10:57:03 +0200
committerThe one with the braid2024-04-03 10:57:03 +0200
commit0464c4c756689f63336f81171a686fb61a8ffc34 (patch)
tree5910e6d1da45ecb539454e9ae6632db57790eac4
parent637207d129008c5aa36af79dd2c4c9d9f41fcfcc (diff)
downloadaur-0464c4c756689f63336f81171a686fb61a8ffc34.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 5ade14b7d89e..c0b0ca31467e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffychat
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
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 783ed6229e59..db41e9b1bbbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
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/"
@@ -67,10 +67,11 @@ package() {
Type=Application
Version=${pkgver}
Name=FluffyChat
-Comment=Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
+Comment=${pkgdesc}
Exec=${pkgname}
Icon=${pkgname}
Terminal=false
+Categories=Network;InstantMessaging;Chat;MatrixClient
EOF
}