summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasukaminato2023-03-16 02:37:14 +0900
committerasukaminato2023-03-16 02:37:14 +0900
commit2396a688ad73787b165e818771090a9bbe03ada0 (patch)
tree58743713dec2731e258891d33b9aaa0f428acf67
parent44654f2ad64c259651f826534bf21d4c82708aed (diff)
downloadaur-2396a688ad73787b165e818771090a9bbe03ada0.tar.gz
0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b78ad8386cf..b5b0e998d6f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = chatbox-bin
pkgdesc = a cross-platform desktop client for OpenAI API, also a prompt debugging and management tool.
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/Bin-Huang/chatbox
arch = x86_64
license = GPL
- depends = gtk3
- depends = ffmpeg
depends = electron
provides = chatbox
- source = https://github.com/Bin-Huang/chatbox/releases/download/v0.1.1/chatbox_0.1.1_amd64.deb
+ source = https://github.com/Bin-Huang/chatbox/releases/download/v0.1.2/chatbox_0.1.2_amd64.deb
source = chatbox
sha256sums = b6f086678480a2af75c9619b87da6c28f27b33dd125a54b4a9553f3276362cf0
sha256sums = 0bc0ea7b2e9bf0a56f51e45afc74c34bf7ecfa5ea602905abed5b93495aee637
diff --git a/PKGBUILD b/PKGBUILD
index a7c6abc50e15..cc0abe14899e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Asuka Minato <asukaminato at nyan dot eu dot org>
pkgname=chatbox-bin
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
epoch=
pkgdesc="a cross-platform desktop client for OpenAI API, also a prompt debugging and management tool."
@@ -13,7 +13,7 @@ arch=(x86_64)
url="https://github.com/Bin-Huang/chatbox"
license=('GPL')
groups=()
-depends=(gtk3 ffmpeg electron)
+depends=(electron)
makedepends=()
checkdepends=()
optdepends=()
@@ -27,7 +27,7 @@ changelog=
source=("https://github.com/Bin-Huang/chatbox/releases/download/v${pkgver}/chatbox_${pkgver}_amd64.deb"
chatbox)
noextract=()
-sha256sums=('b6f086678480a2af75c9619b87da6c28f27b33dd125a54b4a9553f3276362cf0'
+sha256sums=('feae98d1ccd98f7b4b9f44a9f3ed8f647c9e9f7ecc4abc8773176ca5b97e0587'
'0bc0ea7b2e9bf0a56f51e45afc74c34bf7ecfa5ea602905abed5b93495aee637')
validpgpkeys=()