Search Criteria
Package Details: aur-sync-vote 0.2.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aur-sync-vote.git (read-only, click to copy) |
|---|---|
| Package Base: | aur-sync-vote |
| Description: | Syncing votes with the currently installed AUR packages |
| Upstream URL: | https://github.com/acaibowlz/aur-sync-vote |
| Licenses: | MIT |
| Submitter: | acaibowlz |
| Maintainer: | acaibowlz |
| Last Packager: | acaibowlz |
| Votes: | 82 |
| Popularity: | 38.87 |
| First Submitted: | 2025-06-13 15:27 (UTC) |
| Last Updated: | 2026-02-05 16:45 (UTC) |
Dependencies (11)
- python-beautifulsoup4
- python-html5lib (python-html5lib-gitAUR)
- python-keyring
- python-requests
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- gnome-keyring (gnome-keyring-gitAUR) (optional) – provides org.freedesktop.secrets.service
- keepassxc (keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, keepassxc-gitAUR, keepassxc-qt6AUR) (optional) – provides org.freedesktop.secrets.service
- kwallet (kwallet-gitAUR) (optional) – provides org.freedesktop.secrets.service
Latest Comments
draco31fr commented on 2026-02-05 17:18 (UTC)
Great job ! Many thanks :)
acaibowlz commented on 2026-02-05 16:48 (UTC)
@draco31fr try the new release!
draco31fr commented on 2026-02-05 15:45 (UTC) (edited on 2026-02-05 15:45 (UTC) by draco31fr)
Hi @acaibowlz
Can't found how to submit issues on Git repo, so posting my bug here.
It seems the tool scrap HTML page, and only recognize "English" one.
When my Arch account is located to French, I've got this error :
I am not a Python dev, but it looks like it can't found
Package Base:row.I've tried with
LANG=C aur-sync-vote ...with no luck.But, after switching my arch web account to English, all is working fine :
Could you please update the HTML parsing so it is language agnostic ?
One solution could be to add HTTP Header
Accept-Language: en-US, or parse HTML row forhrefcontent ?FYI, here is the "Package Base" row when using french account :
TheSingular commented on 2026-01-01 14:29 (UTC) (edited on 2026-01-01 14:31 (UTC) by TheSingular)
@acaibowlz Thanks for the fix, it votes every non-debtap package properly now!
acaibowlz commented on 2026-01-01 08:36 (UTC)
Hi @TheSingular thanks for the feedback. I have fixed that in the latest update (v0.2.2).
TheSingular commented on 2025-12-28 18:30 (UTC)
I have a non-aur package from deb via debtap, it simply exits when encountering such packages, leaving me unable to vote on the packages after the first such package.
acaibowlz commented on 2025-12-21 12:49 (UTC)
@djspacewhale Thanks for using this package and your feedback. I will think of a better way to include this option in a future release. Meanwhile, you can edit or remove ~/.local/share/aur-sync-vote/credentials.
djspacewhale commented on 2025-12-20 06:29 (UTC)
I'm not sure if I entered my password incorrectly but did certainly goof using the
-rflag first run. any way to force reauthenticating?