summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-05-23 11:42:19 +0200
committerAlphaJack2024-05-23 11:42:19 +0200
commita0185041b852a7fb117912b3b2cf69c1f06d3d19 (patch)
tree27d388634bdbe1663c95faf3087e6fe98e95b83f /PKGBUILD
parentd7a92b4e2efcd8608fe6e12f2d11c6030a60881e (diff)
downloadaur-aider-chat.tar.gz
Added litellm and python-dotenv to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d66682fb0677..a327d47bd399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,16 @@
pkgname="aider-chat"
_pkgname="aider_chat"
pkgver=0.35.0
-pkgrel=1
+pkgrel=2
pkgdesc="AI pair programming in your terminal"
url="https://aider.chat/"
license=("Apache2")
arch=("any")
provides=("aider")
-depends=("python-beautifulsoup4"
+depends=("litellm"
+ "python-beautifulsoup4"
"python-configargparse"
+ "python-dotenv"
"python-gitpython"
"python-openai"
"python-tiktoken"