summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'
)