makedeb
Cute and easy to use matrix messenger. Secure and decentralized.
Click here to go back to the commit logs for fluffychat-bin.
Hash: b71f3f78ef820f0ee072646cad82988ac9d56b7b
Message: 1.16.0
diff --git a/.SRCINFO b/.SRCINFO
index 55d5a95..3486d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = fluffychat-bin
pkgbase = fluffychat-bin
pkgdesc = Cute and easy to use matrix messenger. Secure and decentralized.
pkgrel = 0
-pkgver = 1.15.1
+pkgver = 1.16.0
url = https://fluffychat.im/
arch = amd64
conflicts = fluffychat
@@ -15,7 +15,7 @@ depends = xdg-user-dirs
depends = zenity
license = AGPL3
provides = fluffychat
-source = fluffychat-v1.15.1.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.15.1/fluffychat-linux-x64.tar.gz
-source = http://deb.debian.org/debian/pool/main/g/gcc-13/libstdc++6_13.2.0-6_amd64.deb
-sha256sums = 1256be222502b6cd4a6cedfdf9d2b226cfa2e1a1940305908bf5ba66e400b88d
-sha256sums = 191a6082f7d9bff319fefa8d4ec8356364eb59e18f156db3ec65b96debe544c0
+source = fluffychat-v1.16.0.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-linux-x64.tar.gz
+source = http://deb.debian.org/debian/pool/main/g/gcc-13/libstdc++6_13.2.0-8_amd64.deb
+sha256sums = c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be
+sha256sums = 5888a0f857ca35386d9f3e5e0b99f8faefca2212bee1d223a57b2a3ea93343e2
diff --git a/PKGBUILD b/PKGBUILD
index 59dc78b..a9cee8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-pkgver=1.15.1
+pkgver=1.16.0
#https://packages.debian.org/sid/amd64/libstdc++6/download
-_debpver=13.2.0-6
+_debpver=13.2.0-8
pkgrel=0
pkgdesc="Cute and easy to use matrix messenger. Secure and decentralized."
arch=('amd64')
@@ -16,10 +16,11 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
source=("fluffychat-v${pkgver}.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v${pkgver}/fluffychat-linux-x64.tar.gz"
"http://deb.debian.org/debian/pool/main/g/gcc-13/libstdc++6_${_debpver}_amd64.deb")
-sha256sums=('1256be222502b6cd4a6cedfdf9d2b226cfa2e1a1940305908bf5ba66e400b88d'
- '191a6082f7d9bff319fefa8d4ec8356364eb59e18f156db3ec65b96debe544c0')
+sha256sums=('c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be'
+ '5888a0f857ca35386d9f3e5e0b99f8faefca2212bee1d223a57b2a3ea93343e2')
prepare() {
+ # extract deb
bsdtar -xf data.tar.xz
}