summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-05-03 11:09:19 +0200
committerAlphaJack2024-05-03 11:09:19 +0200
commit1d63a9a07c451c09a886059debfd9957c62b1ae1 (patch)
tree1d1a498406d36b0817e625a52a99b03bf345e4dc /PKGBUILD
parentac2c12f4dc888842f06b2641e5b1ea248e6e6877 (diff)
downloadaur-1d63a9a07c451c09a886059debfd9957c62b1ae1.tar.gz
Added python-streamlit to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e8e1a46ee2..3db5bfffd028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="aider-chat"
_pkgname="aider_chat"
pkgver=0.31.0
-pkgrel=1
+pkgrel=2
pkgdesc="AI pair programming in your terminal"
url="https://aider.chat/"
license=("Apache2")
@@ -29,6 +29,7 @@ depends=("python-beautifulsoup4"
"python-diff-match-patch"
"python-pypandoc"
"python-playwright"
+ "python-streamlit"
)
makedepends=("python-packaging" "python-build" "python-installer" "python-wheel")
optdepends=("python-sounddevice: portaudio support"