Hi everyone, I'm making a PKGBUILD for the Tor Browser Bundle (https://github.com/py-crash/tor-browser) based on the the Russian version available on aur: https://aur.archlinux.org/packages/tor-browser-ru. And i have two questions: 1. Since I'm making the English version the correct name should be tor-browser or tor-browser-en? 2. In the .install file (https://github.com/py-crash/tor-browser/blob/master/tor-browser <https://github.com/py-crash/tor-browser/blob/master/tor-browser.install>.install <https://github.com/py-crash/tor-browser/blob/master/tor-browser.install>) there's: # chown -R 1000:1000 /opt/tor-browser/ Since you have to own the files in order to execute them, but i think this won't work in a multiuser environment (as linux should be). Anyway to sort it? Thanks py_crash