makedeb
Cute and easy to use matrix messenger. Secure and decentralized.
Click here to go back to the commit logs for fluffychat-bin.
Hash: 82ff9d62c4bd2a2a696171d508381276a4996c75
Message: 1.17.3
diff --git a/.SRCINFO b/.SRCINFO
index ef196b8..5fcdd70 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.17.2
+pkgver = 1.17.3
url = https://fluffychat.im/
arch = amd64
conflicts = fluffychat
@@ -14,10 +14,10 @@ depends = libolm3
depends = xdg-user-dirs
depends = zenity
license = AGPL3
-noextract = libstdc++6_13.2.0-10_amd64.deb
-noextract = fluffychat-1.17.2.tar.gz
+noextract = libstdc++6_14-20240201-3_amd64.deb
+noextract = fluffychat-1.17.3.tar.gz
provides = fluffychat
-source = fluffychat-1.17.2.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.17.2/fluffychat-linux-x64.tar.gz
-source = http://deb.debian.org/debian/pool/main/g/gcc-13/libstdc++6_13.2.0-10_amd64.deb
-sha256sums = ebde6a1b3f3f9a2a914791d2a57b786f4e2663e4cbba67c0d8fe6ad88f0766ef
-sha256sums = 2c62866ee2d00837f7c7e510efe42c1c95a1b0bc3c3b981e07e8319bd28ca863
+source = fluffychat-1.17.3.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.17.3/fluffychat-linux-x64.tar.gz
+source = http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc++6_14-20240201-3_amd64.deb
+sha256sums = 37c3dfccc5724e8099497aa49ccad2b5dd4bb1894bbd70ece87409bc8529787d
+sha256sums = 745d84fbf5f97267c19c3109e91f96daa1bd9e44aadfd4bc2eef773bf15a5972
diff --git a/PKGBUILD b/PKGBUILD
index 87163b5..5601b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=fluffychat
pkgname="${_pkgname}-bin"
-pkgver=1.17.2
+pkgver=1.17.3
#https://packages.debian.org/sid/amd64/libstdc++6/download
-_debpver=13.2.0-10
+_debpver=14-20240201-3
pkgrel=0
pkgdesc="Cute and easy to use matrix messenger. Secure and decentralized."
arch=('amd64')
@@ -15,10 +15,10 @@ depends=('libgtk-3-0' 'libjsoncpp25' 'libsecret-1-0' 'libolm3' 'xdg-user-dirs' '
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("fluffychat-${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")
+ "http://deb.debian.org/debian/pool/main/g/gcc-14/libstdc++6_${_debpver}_amd64.deb")
noextract=("libstdc++6_${_debpver}_amd64.deb" "${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('ebde6a1b3f3f9a2a914791d2a57b786f4e2663e4cbba67c0d8fe6ad88f0766ef'
- '2c62866ee2d00837f7c7e510efe42c1c95a1b0bc3c3b981e07e8319bd28ca863')
+sha256sums=('37c3dfccc5724e8099497aa49ccad2b5dd4bb1894bbd70ece87409bc8529787d'
+ '745d84fbf5f97267c19c3109e91f96daa1bd9e44aadfd4bc2eef773bf15a5972')
prepare() {
cd "${srcdir}"