makedeb


fluffychat-bin 1.22.1-0


Cute and easy to use matrix messenger. Secure and decentralized.

Click here to go back to the commit logs for fluffychat-bin.

Commit:


Hash: 4daec90d83c530e2c9fd0394f2d33cd5828d6044

Message: update to version 1.2.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 98e537a..d654bca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
 pkgbase = fluffychat-bin
 	pkgdesc = Chat with your friends
-	pkgver = 1.1.0
-	pkgrel = 2
+	pkgver = 1.2.0
+	pkgrel = 1
 	url = https://fluffychat.im/
 	arch = x86_64
 	arch = aarch64
 	license = AGPL3
 	makedepends = unzip
-	depends = libolm
-	depends = xdg-user-dirs
 	depends = gtk3
 	depends = jsoncpp
 	depends = libsecret
 	provides = fluffychat
 	conflicts = fluffychat
-	source_x86_64 = fluffychat-v1.1.0_x86_64.tar.zst::https://proxy.git.entr0py.de/garionion/fluffychat/releases/download/tag:v1.1.0/fluffychat-linux-x86.tar.zst
-	sha256sums_x86_64 = c041dcd1e3ed8b4436dcbbba629b54b8d1eee3151a3b5e97a27e03a123c39e80
-	source_aarch64 = fluffychat-v1.1.0_aarch64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/1.1.0/fluffychat-linux-arm64.tar.gz
-	sha256sums_aarch64 = 57d1230344bbadd1ff19505855eda65fd22edf8056014c7b395987bfb73da485
+	source_x86_64 = fluffychat-v1.2.0_x86_64.tar.zst::https://proxy.git.entr0py.de/garionion/fluffychat/releases/download/tag:v1.2.0/fluffychat-linux-x86.tar.zst
+	sha256sums_x86_64 = c562ef2c06630e65792f4fc78c86f80e3c78a99d92e333cf54d523d81b572cfd
+	source_aarch64 = fluffychat-v1.2.0_aarch64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/1.2.0/fluffychat-linux-arm64.tar.gz
+	sha256sums_aarch64 = 3351c4cccc3a1a51dff7e63e7e0e2f50059c876572bc57e54bc368f6c98531c1
 
 pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7bce091..6a296a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
 
 pkgname=fluffychat-bin
 _pkgname=fluffychat
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Chat with your friends"
 arch=('x86_64'  'aarch64')
 url="https://fluffychat.im/"
 license=('AGPL3')
-depends=('libolm' 'xdg-user-dirs' 'gtk3' 'jsoncpp' 'libsecret')
+depends=('gtk3' 'jsoncpp' 'libsecret')
 makedepends=('unzip')
 provides=("$_pkgname")
 conflicts=("$_pkgname")
 source_x86_64=("fluffychat-v${pkgver}_x86_64.tar.zst::https://proxy.git.entr0py.de/garionion/fluffychat/releases/download/tag:v${pkgver}/fluffychat-linux-x86.tar.zst")
 source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('c041dcd1e3ed8b4436dcbbba629b54b8d1eee3151a3b5e97a27e03a123c39e80')
-sha256sums_aarch64=('57d1230344bbadd1ff19505855eda65fd22edf8056014c7b395987bfb73da485')
+sha256sums_x86_64=('c562ef2c06630e65792f4fc78c86f80e3c78a99d92e333cf54d523d81b572cfd')
+sha256sums_aarch64=('3351c4cccc3a1a51dff7e63e7e0e2f50059c876572bc57e54bc368f6c98531c1')
 
 
 package() {