summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasas1asas2002023-08-04 17:59:07 +0800
committerasas1asas2002023-08-04 17:59:07 +0800
commitde8ca408c302e1b66a780b24fcef3a75ec729dad (patch)
tree1cf5ffb403e35b9483d101c570078cc06f695223
parent0cee23da1b609e012ae83a6d87f16872893466c7 (diff)
downloadaur-chatgpt-desktop-bin.tar.gz
v1.1.0
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD4
2 files changed, 16 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc69eec52cf..6cd15cae6d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,27 @@
pkgbase = chatgpt-desktop-bin
pkgdesc = ChatGPT Desktop Application (Mac, Windows and Linux)
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/lencx/ChatGPT
arch = x86_64
license = Apache
makedepends = binutils
makedepends = tar
- depends = openssl-1.1
+ depends = openssl
depends = webkit2gtk
depends = libayatana-appindicator
- provides = chatgpt-desktop=1.0.0
+ depends = hicolor-icon-theme
+ depends = cairo
+ depends = gtk3
+ depends = glib2
+ depends = libsoup
+ depends = glibc
+ depends = gdk-pixbuf2
+ depends = gcc-libs
+ provides = chatgpt-desktop=1.1.0
conflicts = chatgpt-desktop
- noextract = chat-gpt_1.0.0_amd64.deb
- source = https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_linux_x86_64.deb
- sha256sums = c13e6ff294f7630818a8e142fd22b33c5b5943a0ead6747c6812277b74562bdc
+ noextract = chat-gpt_1.1.0_amd64.deb
+ source = https://github.com/lencx/ChatGPT/releases/download/v1.1.0/ChatGPT_1.1.0_linux_x86_64.deb
+ sha256sums = 40290b7290b6fba6b8c58470ffa9bdc20c6077499aa3c058e71d60a69ad15544
pkgname = chatgpt-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index da7b12f76c44..08e761c86ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: asas1asas200 <asas1asas200@gmail.com>
pkgname="chatgpt-desktop-bin"
-pkgver="1.0.0"
+pkgver="1.1.0"
pkgrel=1
pkgdesc="ChatGPT Desktop Application (Mac, Windows and Linux)"
arch=("x86_64")
@@ -23,7 +23,7 @@ provides=("chatgpt-desktop=${pkgver}")
conflicts=('chatgpt-desktop')
license=("Apache")
source=("https://github.com/lencx/ChatGPT/releases/download/v${pkgver}/ChatGPT_${pkgver}_linux_${arch}.deb")
-sha256sums=('c13e6ff294f7630818a8e142fd22b33c5b5943a0ead6747c6812277b74562bdc')
+sha256sums=('40290b7290b6fba6b8c58470ffa9bdc20c6077499aa3c058e71d60a69ad15544')
noextract=("chat-gpt_${pkgver}_amd64.deb")
prepare() {