summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWithTheBraid2023-08-10 07:59:24 +0200
committerWithTheBraid2023-08-10 07:59:24 +0200
commit081d2c62e297e1b2df99acce78d6b76c64994e51 (patch)
treeb686b1acf15ab9c7ce880c0b749147fdd63597cb
parent4532b2429a3ef1502e643af8f7b90827b77539d0 (diff)
downloadaur-081d2c62e297e1b2df99acce78d6b76c64994e51.tar.gz
chore: bump version
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dff300155862..4aa190a5d47e 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 f41844d8c6d7..8509f9fab3ed 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