alerque/aur

package `tor-browser` in your repo out of date

dreirund opened this issue · 2 comments

yay -Ss 'tor-browser' | grep -E '/tor-browser[[:space:]]' | awk '{print $1" "$2}':

aur/tor-browser 10.0.16-1
chaotic-aur/tor-browser 10.0.16-1
alerque/tor-browser 9.5-1

(Haven't checked for other packages.)

Can you implement a routine of updating packages in your repo asap, or drop them out of your repo otherwise?

Thanks for maintaining!

I just updated tor-browser, thanks for the poke.

Tor is a tricky one for me to keep up to date because the sources are frequently blocked in the country where my tooling for generating packages and signing them is located.

You may want to tweak the order of repositories you load so that fallback order goes community packages take priority, then next whatever repo is most "fresh", then whatever has packages that the others don't.

Largely because I'm signing and hand checking almost everything I build I can't promise my repo will always be the freshest (although it isn't too far off for most packages). Some people have wired up automatic builds that just keep everything up to date, but that is usually at the expense of not manually reviewing builds or having meaningful package signing.