summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-03-25 03:47:25 +0100
committerZeioth2023-03-25 03:47:25 +0100
commit93f42563c92824b1bcb762c2601503a3edf7ef63 (patch)
treeca877434b177b5b802b4647c42eb3fce409c1421
parent5a2511bd666bfaee5741a9a753e510605c822750 (diff)
downloadaur-93f42563c92824b1bcb762c2601503a3edf7ef63.tar.gz
Minor TUI corrections
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7505dd2cff..4a40b2109dd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chatgpt-shell-cli
pkgdesc = Use OpenAI's ChatGPT and DALL-E from the terminal.
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 3
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
@@ -9,7 +9,7 @@ pkgbase = chatgpt-shell-cli
depends = curl
provides = chatgpt-shell-cli
conflicts = chatgpt-shell-cli-git
- source = git+https://github.com/0xacx/chatGPT-shell-cli.git#commit=e47853176d2cc36602ca04507fd3b5525f623737
+ source = git+https://github.com/0xacx/chatGPT-shell-cli.git#commit=34c809111ff6fb9724256b9dcbfe4033b0d9a32a
sha256sums = SKIP
pkgname = chatgpt-shell-cli
diff --git a/PKGBUILD b/PKGBUILD
index e17e1bf29249..486a59216a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=chatgpt-shell-cli
-pkgver=0.1
+pkgver=0.2
pkgrel=3
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
@@ -9,7 +9,7 @@ license=('MIT')
depends=(jq curl)
provides=(chatgpt-shell-cli)
conflicts=(chatgpt-shell-cli-git)
-source=("git+$url#commit=e47853176d2cc36602ca04507fd3b5525f623737")
+source=("git+$url#commit=34c809111ff6fb9724256b9dcbfe4033b0d9a32a")
sha256sums=('SKIP')
package() {