summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-03-29 10:12:52 +0100
committerAlphaJack2024-03-29 10:12:52 +0100
commit6ddbc70d083da711e5f650b8e3a1191f0ca72954 (patch)
tree93a3a4ee8f7e6334e30360dd51ac133d89813f88
parente4041aa19cc8216c9ef5b54cd65ae593d8f37ff3 (diff)
downloadaur-6ddbc70d083da711e5f650b8e3a1191f0ca72954.tar.gz
Added python-pypandoc and python-playwright to dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a08b240d63..40e143467811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aider-chat
pkgdesc = AI pair programming in your terminal
pkgver = 0.26.0
- pkgrel = 1
+ pkgrel = 2
url = https://aider.chat/
arch = any
license = Apache2
@@ -26,6 +26,8 @@ pkgbase = aider-chat
depends = python-yaml
depends = python-pillow
depends = python-diff-match-patch
+ depends = python-pypandoc
+ depends = python-playwright
optdepends = python-sounddevice: portaudio support
optdepends = python-soundfile: portaudio support
provides = aider
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"