summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-03-29 10:12:52 +0100
committerAlphaJack2024-03-29 10:12:52 +0100
commit6ddbc70d083da711e5f650b8e3a1191f0ca72954 (patch)
tree93a3a4ee8f7e6334e30360dd51ac133d89813f88 /PKGBUILD
parente4041aa19cc8216c9ef5b54cd65ae593d8f37ff3 (diff)
downloadaur-6ddbc70d083da711e5f650b8e3a1191f0ca72954.tar.gz
Added python-pypandoc and python-playwright to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a63abb796ca..f063ed003e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="aider-chat"
_pkgname="$pkgname"
pkgver=0.26.0
-pkgrel=1
+pkgrel=2
pkgdesc="AI pair programming in your terminal"
url="https://aider.chat/"
license=("Apache2")
@@ -26,6 +26,8 @@ depends=("python-configargparse"
"python-yaml"
"python-pillow"
"python-diff-match-patch"
+ "python-pypandoc"
+ "python-playwright"
)
makedepends=("python-packaging" "python-build" "python-installer" "python-wheel")
optdepends=("python-sounddevice: portaudio support"