Search Criteria
Package Details: aider-chat-docs 0.86.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/aider-chat.git (read-only, click to copy) |
---|---|
Package Base: | aider-chat |
Description: | AI pair programming in your terminal |
Upstream URL: | https://github.com/Aider-AI/aider |
Licenses: | Apache-2.0 |
Submitter: | Auerhuhn |
Maintainer: | Auerhuhn (AlphaJack) |
Last Packager: | Auerhuhn |
Votes: | 3 |
Popularity: | 0.81 |
First Submitted: | 2025-03-10 21:20 (UTC) |
Last Updated: | 2025-09-09 20:11 (UTC) |
Dependencies (54)
- jekyll (make)
- litellmAUR (make)
- python (python37AUR) (make)
- python-beautifulsoup4 (make)
- python-build (make)
- python-configargparse (python-configargparse-gitAUR) (make)
- python-diff-match-patch (make)
- python-diskcacheAUR (make)
- python-dotenv (make)
- python-flake8 (make)
- python-gitpython (make)
- python-google-generativeaiAUR (make)
- python-grep-astAUR (make)
- python-httpx (python-httpx-gitAUR) (make)
- python-importlib_resources (make)
- python-installer (make)
- python-json5 (make)
- python-jsonschema (make)
- python-mixpanelAUR (make)
- python-networkx (python-networkx-gitAUR) (make)
- Show 34 more dependencies...
Required by (1)
- aider-chat (optional)
Latest Comments
Auerhuhn commented on 2025-09-10 11:43 (UTC)
Hi @rubin55, thanks for the report. Now that jekyll!1 was fixed, can you confirm that it’s working for you now?
rubin55 commented on 2025-09-10 08:12 (UTC) (edited on 2025-09-10 08:50 (UTC) by rubin55)
After update of yesterday, I'm getting this:
Update: this is an issue in the
ruby-unicode-display_width
package, due to it requiring a latest version ofruby-unicode-emoji
(~>4.1), which isn't available in extras (it has 4.0.4, not 4.1*). Thejekyll
package depends onruby-unicode-display_width
, which breaksjekyll
, which breaks the documentation generation step here inaider-chat
.Auerhuhn commented on 2025-09-07 23:23 (UTC)
Hi rubin55,
Thanks for the suggested patch and for your patience.
I have applied your suggested fix with a few minor changes.
Regarding the scraping issues, I believe that they should be fixed now. I’ve looked into them a month ago a little deeper and found them to be actual errors (HTTP status codes) returned by
example.com
. I can no longer reproduce the issues so I figure that these were intermittent server-side glitches.In case you ever find that the scraping tests still break for you, could you please try switching to plain HTTP on port 80? I.e., add the following snippet to
prepare
:and let me know if that helps.
rubin55 commented on 2025-08-14 12:58 (UTC) (edited on 2025-08-14 13:31 (UTC) by rubin55)
I'm building this package and the
check()
stage borks with a gazillion errors related to treesitter:I think it is this issue: https://github.com/aider-ai/aider/issues/4354
The PR referenced in that issue does not apply cleanly anymore due to requirements/common-requirements.txt already being up to 0.25.1. Additionally, I ran into two scrape tests failing which I disabled (I couldn't figure out the root-cause for those).
Here's the diff for the
PKGBUILD
:And
tree-sitter-0.25.patch
:Auerhuhn commented on 2025-05-27 11:58 (UTC)
@0crimson That’s a known issue in the python-google-generativeai PKGBUILD.
I have provided a fix to the PKGBUILD maintainer. The ball is now in their court.
0crimson commented on 2025-05-24 01:22 (UTC) (edited on 2025-05-24 01:28 (UTC) by 0crimson)
Auerhuhn commented on 2025-05-10 08:41 (UTC)
Will bump to v0.83.0 once python-grep-ast v0.9.0 is available.
Auerhuhn commented on 2025-05-10 04:17 (UTC) (edited on 2025-05-10 04:18 (UTC) by Auerhuhn)
Note: This PKGBUILD depends on the
jekyll
package at build time, which is currently missing some runtime dependencies.To work around that issue, install additional runtime dependencies
ruby-base64
,ruby-bigdecimal
, andruby-csv
.Note: System Ruby was updated to version 3.4 in March 2025.
Do not forget to rebuild all your Ruby-based AUR packages so Ruby 3.4 can find them.