summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-05-23 11:42:19 +0200
committerAlphaJack2024-05-23 11:42:19 +0200
commita0185041b852a7fb117912b3b2cf69c1f06d3d19 (patch)
tree27d388634bdbe1663c95faf3087e6fe98e95b83f
parentd7a92b4e2efcd8608fe6e12f2d11c6030a60881e (diff)
downloadaur-a0185041b852a7fb117912b3b2cf69c1f06d3d19.tar.gz
Added litellm and python-dotenv to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 985446f6b15f..a513f0783c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aider-chat
pkgdesc = AI pair programming in your terminal
pkgver = 0.35.0
- pkgrel = 1
+ pkgrel = 2
url = https://aider.chat/
arch = any
license = Apache2
@@ -9,8 +9,10 @@ pkgbase = aider-chat
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = litellm
depends = python-beautifulsoup4
depends = python-configargparse
+ depends = python-dotenv
depends = python-gitpython
depends = python-openai
depends = python-tiktoken
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"