summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-25 10:45:07 +0800
committerzxp198210052023-09-25 10:45:07 +0800
commitaf5e8544ca12b3d58cc1ffef5aa657ef5150d562 (patch)
tree9bfe45e77c96d5460b51f9677d7e48f6f315203f
parent1b3d3a44735e4591ee528bd3c0db1a65bbbed7b4 (diff)
downloadaur-af5e8544ca12b3d58cc1ffef5aa657ef5150d562.tar.gz
update to 1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c00f3bfa0b73..7b3865dee2a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tailchat-desktop
pkgdesc = Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://tailchat.msgbyte.com/
arch = any
@@ -35,7 +35,7 @@ pkgbase = tailchat-desktop
depends = gcc-libs
depends = gtk3
conflicts = tailchat-desktop
- source = tailchat-desktop-1.9.0.tar.gz::https://github.com/msgbyte/tailchat/archive/refs/tags/v1.9.0.tar.gz
- sha256sums = 3d626e2c9de1ff243abb8779fa4aaf88ff00d752d27e81cc0f29ecdd999ac839
+ source = tailchat-desktop-1.9.1.tar.gz::https://github.com/msgbyte/tailchat/archive/refs/tags/v1.9.1.tar.gz
+ sha256sums = c982db54d29fc3d692b39a89b87046f3a685dbf6569b8e39f4e587f9daf29b7b
pkgname = tailchat-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 05cbfb9cdcaf..a6cf3c8cd12e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=tailchat-desktop
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat"
arch=('any')
@@ -12,9 +12,9 @@ depends=('gdk-pixbuf2' 'nss' 'mesa' 'libxdamage' 'glib2' 'libdrm' 'nspr' 'at-spi
'libxcomposite' 'libx11' 'pango' 'libcups' 'libxcb' 'alsa-lib' 'libxrandr' 'libxext' 'libxkbcommon' 'gcc-libs' 'gtk3')
makedepends=('gendesk' 'asar' 'npm>=7' 'nodejs>=14' 'yarn')
source=("${pkgname}-${pkgver}.tar.gz::${_githuburl}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('3d626e2c9de1ff243abb8779fa4aaf88ff00d752d27e81cc0f29ecdd999ac839')
+sha256sums=('c982db54d29fc3d692b39a89b87046f3a685dbf6569b8e39f4e587f9daf29b7b')
prepare() {
- gendesk -f -n --categories "Network" --name "${pkgname}" --exec "${pkgname} --no-sandbox %U"
+ gendesk -q -f -n --categories "Network" --name "${pkgname}" --exec "${pkgname} --no-sandbox %U"
}
build() {
cd "${srcdir}/${pkgname%-desktop}-${pkgver}/client/desktop"