summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-01-02 07:01:10 +0100
committerThe one with the braid2024-01-02 07:01:10 +0100
commit021a1e238b864348a6aebd471b25800d2f824527 (patch)
tree27ffa284f5f04caa89ed7253f098c963b25198d6
parent607418c9845977e618b20125117c44e3b21cd5c7 (diff)
downloadaur-021a1e238b864348a6aebd471b25800d2f824527.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e63518650e..e510cba58f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffychat-bin
pkgdesc = Chat with your friends
- pkgver = 1.14.2
+ pkgver = 1.16.0
pkgrel = 1
url = https://fluffychat.im/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = fluffychat-bin
depends = libolm
provides = fluffychat
conflicts = fluffychat
- source_x86_64 = fluffychat-v1.14.2_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.14.2/fluffychat-linux-x64.tar.gz
- sha256sums_x86_64 = bbc366c0371a5fb8c9f3cdab411453bc975ae8a6493ca607210a9072649df6a5
+ source_x86_64 = fluffychat-v1.16.0_x86_64.tar.gz::https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-linux-x64.tar.gz
+ sha256sums_x86_64 = c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c64ab8e51f1..84854ec6f270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-pkgver=1.14.2
+pkgver=1.16.0
pkgrel=1
pkgdesc="Chat with your friends"
arch=('x86_64') # 'aarch64'
@@ -14,7 +14,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
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=('bbc366c0371a5fb8c9f3cdab411453bc975ae8a6493ca607210a9072649df6a5')
+sha256sums_x86_64=('c777981e27dfb9b4b4eb215749c926ee97f2058b42a8f366f206e1078a59c2be')
# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')
@@ -22,9 +22,9 @@ package() {
# install
install -dm755 ${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}/
+ mv fluffychat ${pkgdir}/opt/${_pkgname}/
+ mv data ${pkgdir}/opt/${_pkgname}/
+ mv lib ${pkgdir}/opt/${_pkgname}/
# link