summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4fec8ab18b0..c69adb3317c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shellgpt-git
pkgdesc = A command-line productivity tool powered by OpenAI's ChatGPT (GPT-3.5)
- pkgver = 0.9.4.r0.g1c58566
+ pkgver = 1.0.1.r1.g4b670cf
pkgrel = 1
url = https://github.com/TheR1D/shell_gpt
arch = any
@@ -13,6 +13,7 @@ pkgbase = shellgpt-git
depends = python-typer
depends = python-requests
depends = python-rich
+ depends = python-openai
depends = python-click
depends = python-typing_extensions
provides = shellgpt-git
diff --git a/PKGBUILD b/PKGBUILD
index 3ad8547bfaff..d65cbb457af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=shellgpt-git
_pkgname=shell_gpt
-pkgver=0.9.4.r0.g1c58566
+pkgver=1.0.1.r1.g4b670cf
pkgrel=1
pkgdesc="A command-line productivity tool powered by OpenAI's ChatGPT (GPT-3.5)"
arch=('any')
@@ -21,6 +21,7 @@ depends=(
'python-typer'
'python-requests'
'python-rich'
+ 'python-openai'
'python-click'
'python-typing_extensions'
)