summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-08 09:34:44 +0800
committerzxp198210052024-04-08 09:34:44 +0800
commite753b58acf85d02b5e6e00471f8f17b48b598d12 (patch)
tree366d8efac89995f9025e8e5e203b698e61c7f3b6
parent20dd66c4c660f9fbed1d77c2859d465110e61634 (diff)
downloadaur-e753b58acf85d02b5e6e00471f8f17b48b598d12.tar.gz
update to 1.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f8b283364b..d1b0fe31c964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ai-chat-bin
pkgdesc = A cross-platform desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray)
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://www.chatbar.top/
arch = x86_64
license = LicenseRef-unknown
makedepends = fuse2
depends = electron28
- provides = ai-chat=1.2.1
+ provides = ai-chat=1.2.2
conflicts = ai-chat
- source = ai-chat-1.2.1.AppImage::https://github.com/rabrain/ai-chat/releases/download/v1.2.1/AI-Chat-1.2.1-linux-x86_64.AppImage
+ source = ai-chat-1.2.2.AppImage::https://github.com/rabrain/ai-chat/releases/download/v1.2.2/AI-Chat-1.2.2-linux-x86_64.AppImage
source = ai-chat.sh
- sha256sums = 17ec960cf353bbc4567d952f1eb4eed3730ac1e1722237fbe4d5104281c2bddb
+ sha256sums = bae8cdcb5006c04973327016fd75afea5a2a3a750bcd576e2eb15e077f75261e
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
pkgname = ai-chat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 00b82bfa19d0..cc6307836c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=ai-chat-bin
_pkgname="AI Chat"
-pkgver=1.2.1
+pkgver=1.2.2
_electronversion=28
pkgrel=1
pkgdesc="A cross-platform desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray)"
@@ -21,7 +21,7 @@ source=(
"${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/v${pkgver}/${_pkgname// /-}-${pkgver}-linux-${CARCH}.AppImage"
"${pkgname%-bin}.sh"
)
-sha256sums=('17ec960cf353bbc4567d952f1eb4eed3730ac1e1722237fbe4d5104281c2bddb'
+sha256sums=('bae8cdcb5006c04973327016fd75afea5a2a3a750bcd576e2eb15e077f75261e'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {
chmod a+x "${srcdir}/${pkgname%-bin}-${pkgver}.AppImage"