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: 081d2c62e297e1b2df99acce78d6b76c64994e51

Message: chore: bump version Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index dff3001..4aa190a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = fluffychat-bin
 	depends = libolm
 	provides = fluffychat
 	conflicts = fluffychat
-	source_x86_64 = fluffychat-v1.13.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/rc1.13.0-2/fluffychat-linux-x64.tar.gz
-	sha256sums_x86_64 = 4eb4d08e4dad1072729fc4cc071db03a170d6c499057abb2620b9f447043c92f
+	source_x86_64 = fluffychat-v1.13.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.13.0/fluffychat-linux-x64.tar.gz
+	sha256sums_x86_64 = 7169a9fccea61b8e8d36e6c8bf168910de58a03bdcfd99192d404e70b16f722a
 
 pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index f41844d..8509f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ depends=('gtk3' 'jsoncpp' 'libsecret' 'xdg-user-dirs' 'zenity' '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/rc${pkgver}-2/fluffychat-linux-x64.tar.gz")
-#source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/rc${pkgver}-2/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('4eb4d08e4dad1072729fc4cc071db03a170d6c499057abb2620b9f447043c92f')
+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=('7169a9fccea61b8e8d36e6c8bf168910de58a03bdcfd99192d404e70b16f722a')
 # sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')
 
 
@@ -22,9 +22,9 @@ package() {
   # install
 
   install -dm755 ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/x64/release/bundle/fluffychat ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/x64/release/bundle/data ${pkgdir}/opt/${_pkgname}/
-  mv build/linux/x64/release/bundle/lib ${pkgdir}/opt/${_pkgname}/
+  mv build/linux/*/release/bundle/fluffychat ${pkgdir}/opt/${_pkgname}/
+  mv build/linux/*/release/bundle/data ${pkgdir}/opt/${_pkgname}/
+  mv build/linux/*/release/bundle/lib ${pkgdir}/opt/${_pkgname}/
   
   
   # link