summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2023-05-02 17:58:27 +0200
committerZeioth2023-05-02 17:58:27 +0200
commit410c8748ff389bf1d2fd2968847462c98260d3c5 (patch)
treec7e02624c9926e4bc8b38d5008a4b9afcb8654b3
parent03aba9ff9818163b1a67937b0211725a8a54612b (diff)
downloadaur-410c8748ff389bf1d2fd2968847462c98260d3c5.tar.gz
Updated to commit 24a0de13d3f36ec1601bb786f42059906a02e5b7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa5fdcdd1a6..64d7055fc17a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chatgpt-shell-cli
pkgdesc = Use OpenAI's ChatGPT and DALL-E from the terminal.
- pkgver = 0.2
- pkgrel = 2
+ pkgver = 0.3
+ pkgrel = 3
url = https://github.com/0xacx/chatGPT-shell-cli.git
arch = any
license = MIT
@@ -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=34c809111ff6fb9724256b9dcbfe4033b0d9a32a
+ source = git+https://github.com/0xacx/chatGPT-shell-cli.git#commit=24a0de13d3f36ec1601bb786f42059906a02e5b7
sha256sums = SKIP
pkgname = chatgpt-shell-cli
diff --git a/PKGBUILD b/PKGBUILD
index 115816ed9d36..f594b8b7acb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributors: malmerri
pkgname=chatgpt-shell-cli
_pkgname=chatGPT-shell-cli
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=3
pkgdesc="Use OpenAI's ChatGPT and DALL-E from the terminal."
arch=(any)
url="https://github.com/0xacx/chatGPT-shell-cli.git"
@@ -11,7 +11,7 @@ license=('MIT')
depends=(jq curl)
provides=(chatgpt-shell-cli)
conflicts=(chatgpt-shell-cli-git)
-source=("git+$url#commit=34c809111ff6fb9724256b9dcbfe4033b0d9a32a")
+source=("git+$url#commit=24a0de13d3f36ec1601bb786f42059906a02e5b7")
sha256sums=('SKIP')
package() {