Package Details: aur-sync-vote 0.2.3-1

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)

Required by (0)

Sources (1)

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 :

❯ aur-sync-vote --explicit
💾 Using saved credentials
📦 Logging in to AUR...
ℹ️  Collecting voted packages...
🗳️  Voting for package: aur-sync-vote... ❌ Unexpected error: pkgbase not shown in pkginfo table for aur-sync-vote

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 :

❯ aur-sync-vote --explicit
💾 Using saved credentials
📦 Logging in to AUR...
ℹ️  Collecting voted packages...
🗳️  Voting for package: aur-sync-vote... ✅ done
🗳️  Voting for package: (...) ✅ done
...
🗳️  Unvoting for package: (...) ✅ done
...
🎉 Sync done!

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 for href content ?

FYI, here is the "Package Base" row when using french account :

<tr>
  <th>Paquet de base:</th>
  <td class="wrap">
    <a href="/pkgbase/aur-sync-vote">
      aur-sync-vote
    </a>
  </td>
</tr>

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 -r flag first run. any way to force reauthenticating?