summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-04-03 10:51:51 +0200
committerThe one with the braid2024-04-03 10:51:51 +0200
commit2eb63499f8d0bb4643a88dddc8839111270e61c7 (patch)
treefc410ca8fb9528a1ee8f1343007811d0db63791b
parent021a1e238b864348a6aebd471b25800d2f824527 (diff)
downloadaur-2eb63499f8d0bb4643a88dddc8839111270e61c7.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e510cba58f74..8b991e791b9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffychat-bin
- pkgdesc = Chat with your friends
- pkgver = 1.16.0
+ pkgdesc = Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
+ pkgver = 1.19.0
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
@@ -10,11 +10,10 @@ pkgbase = fluffychat-bin
depends = jsoncpp
depends = libsecret
depends = xdg-user-dirs
- depends = zenity
depends = libolm
provides = fluffychat
conflicts = fluffychat
- source_x86_64 = fluffychat-v1.16.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-linux-x64.tar.gz
- sha256sums_x86_64 = c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be
+ source_x86_64 = fluffychat-v1.19.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.19.0/fluffychat-linux-x64.tar.gz
+ sha256sums_x86_64 = 92ad0a79de1843479bb182929e9e730d60460f78eb5819ac1b28194282240c33
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84854ec6f270..ac7befdc7973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-pkgver=1.16.0
+pkgver=1.19.0
pkgrel=1
-pkgdesc="Chat with your friends"
+pkgdesc="Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized."
arch=('x86_64') # 'aarch64'
url="https://fluffychat.im/"
license=('AGPL3')
-depends=('gtk3' 'jsoncpp' 'libsecret' 'xdg-user-dirs' 'zenity' 'libolm')
+depends=('gtk3' 'jsoncpp' 'libsecret' 'xdg-user-dirs' 'libolm')
makedepends=('unzip')
provides=("$_pkgname")
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=('c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be')
+sha256sums_x86_64=('92ad0a79de1843479bb182929e9e730d60460f78eb5819ac1b28194282240c33')
# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')