惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
aimingoo的专栏
aimingoo的专栏
B
Blog
小众软件
小众软件
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
L
LangChain Blog
WordPress大学
WordPress大学
罗磊的独立博客
GbyAI
GbyAI
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
美团技术团队
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
The GitHub Blog
The GitHub Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - aur-sync-vote
2026-06-20 · via AUR Newest Packages

Latest Comments

yobson commented on 2026-06-12 20:23 (UTC)

In the optdepends you have

optdepends=(
  'gnome-keyring: provides org.freedesktop.secrets.service'
  'kwallet: provides org.freedesktop.secrets.service'
  'keepassxc: provides org.freedesktop.secrets.service'
)

all of those (and oo7 and whichever else) all have in their provides org.freedesktop.secrets so you could & i think should just have optdepends=(org.freedesktop.secrets: password saving) or just put it in depends. unless for some reason you specifically requireone of those 3 and not oo7 or other alternatives

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?