summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2023-08-06 22:21:59 +0200
committerThe one with the braid2023-08-06 22:21:59 +0200
commit4532b2429a3ef1502e643af8f7b90827b77539d0 (patch)
tree211752db25b5544c797efba40f06802664dc4326
parent6f098857cc6bbcc88362bdd58304f7550ecf62d9 (diff)
downloadaur-4532b2429a3ef1502e643af8f7b90827b77539d0.tar.gz
chore: migrate to new upstream, test release
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e60cf64d5e9..dff300155862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluffychat-bin
pkgdesc = Chat with your friends
- pkgver = 1.12.1
+ pkgver = 1.13.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.12.1_x86_64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/1.12.1/fluffychat-linux-x86.tar.gz
- sha256sums_x86_64 = 8bb98bca22e71cb1b379a0acc87b54fd2a24eec35b91fbaff26c582e32c9b616
+ 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
pkgname = fluffychat-bin
diff --git a/PKGBUILD b/PKGBUILD
index af61e2b81701..f41844d8c6d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fluffychat-bin
_pkgname=fluffychat
-pkgver=1.12.1
+pkgver=1.13.0
pkgrel=1
pkgdesc="Chat with your friends"
arch=('x86_64') # 'aarch64'
@@ -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://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-x86.tar.gz")
-# source_aarch64=("fluffychat-v${pkgver}_aarch64.tar.gz::https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${pkgver}/fluffychat-linux-arm64.tar.gz")
-sha256sums_x86_64=('8bb98bca22e71cb1b379a0acc87b54fd2a24eec35b91fbaff26c582e32c9b616')
+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')
# sha256sums_aarch64=('f3a25daebf0a4e827268f1005944b8c1b359b946b22ee8a792937e1babc40869')
@@ -22,9 +22,9 @@ package() {
# install
install -dm755 ${pkgdir}/opt/${_pkgname}/
- mv ${_pkgname} ${pkgdir}/opt/${_pkgname}/
- mv data ${pkgdir}/opt/${_pkgname}/
- mv lib ${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}/
# link