makedeb
Cute and easy to use matrix messenger. Secure and decentralized.
Click here to go back to the commit logs for fluffychat-bin.
Hash: 277216350984196e7d8b756cea033c434a853634
Message: update to version 0.32.0
diff --git a/.SRCINFO b/.SRCINFO
index 3801cdb..43e16c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = fluffychat-bin
pkgdesc = Chat with your friends
- pkgver = 0.31.3
+ pkgver = 0.32.0
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
license = AGPL3
makedepends = unzip
depends = libolm
+ depends = xdg-user-dirs
provides = fluffychat
conflicts = fluffychat
- source = fluffychat-0.31.3.tar.gz::https://gitlab.com/famedly/fluffychat/-/package_files/11315923/download
- sha256sums = 69da9af832355da6c71a5735bad5c5f46cc0f79966ca2525d74fa66572e1946b
+ source = fluffychat-0.32.0.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/0.32.0/fluffychat-linux-x86.tar.gz
+ sha256sums = bdb81186b07dbf094f14e3b59d1c6cbf7d3ace881ec3f4d466b2906435315966
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7853f5b..1c17575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,19 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-_file_version=11315923
-pkgver=0.31.3
+pkgver=0.32.0
pkgrel=1
pkgdesc="Chat with your friends"
arch=('x86_64')
url="https://fluffychat.im/"
license=('AGPL3')
-depends=('libolm')
+depends=('libolm' 'xdg-user-dirs')
makedepends=('unzip')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=(
- "fluffychat-${pkgver}.tar.gz::https://gitlab.com/famedly/fluffychat/-/package_files/${_file_version}/download")
-sha256sums=('69da9af832355da6c71a5735bad5c5f46cc0f79966ca2525d74fa66572e1946b')
+ "fluffychat-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-x86.tar.gz")
+sha256sums=('bdb81186b07dbf094f14e3b59d1c6cbf7d3ace881ec3f4d466b2906435315966')
package() {