@jahway603
As I already told @rek2 back then, you must understand that since December 2022 this PKGBUILD
has not been containing anywhere the string _en-US.tar.xz
about which you complain. So if you still get that error, as I already told @rek2 back then, it means that you are using an outdated PKGBUILD
. Please run once and for all in a terminal:
curl --silent --fail 'https://aur.archlinux.org/cgit/aur.git/snapshot/tor-browser.tar.gz' | tar xz
(cd tor-browser && makepkg -sifc)
rm -r tor-browser
Pinned Comments
grufo commented on 2019-08-15 02:22 (UTC)
Before running
makepkg
, you must do this (as normal user):$ gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
If you want to update tor-browser from AUR without AUR helpers you can run in a terminal:
$ tor-browser -u