Package Details: tor-browser-bin 14.0.4-1

Git Clone URL: https://aur.archlinux.org/tor-browser-bin.git (read-only, click to copy)
Package Base: tor-browser-bin
Description: Tor Browser Bundle: anonymous browsing using Firefox and Tor
Upstream URL: https://www.torproject.org/projects/torbrowser.html
Licenses: MPL-2.0
Conflicts: tor-browser
Provides: tor-browser
Submitter: FabioLolix
Maintainer: grufo (jugs)
Last Packager: jugs
Votes: 1283
Popularity: 3.44
First Submitted: 2023-09-24 17:45 (UTC)
Last Updated: 2025-01-10 15:05 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 68 69 70 71 72 73 74 75 76 77 Next › Last »

Maxr commented on 2012-10-25 09:48 (UTC)

The problem is, hyphens are not allowed in pkgver. I can't tell why but I had in mind to use 'rc' instead of '-'. According to the (current) packaging guidelines a simple underscore is the way to go. I will do so on the upcoming release...

vnoel commented on 2012-10-24 08:23 (UTC)

Hi, I may be wrong, but… are you sure these are release candidate? I think the last number is just a distribution number, while the firt three are those of tor…

<deleted-account> commented on 2012-10-17 18:35 (UTC)

Mis à jour à la version 2.2.39-3

Maxr commented on 2012-10-10 05:40 (UTC)

For me, pacman -Ss java-runtime returns: extra/jre7-openjdk 7.u7_2.3.2-2 extra/jre7-openjdk-headless 7.u7_2.3.2-2 extra/openjdk6 6.b24_1.11.4-1 [installed] One of them installed will provide java-runtime. I changed dependency from java-environment to java-runtime just some months ago. According to https://wiki.archlinux.org/index.php/Java_Package_Guidelines#Dependencies , java-runtime should do the job as far as I know. Please feel free to correct me if I'm wrong.

jsteel commented on 2012-10-09 20:24 (UTC)

I think it should be java-environment.

kozaki commented on 2012-10-09 19:47 (UTC)

Ooops, sudden issue with the java-runtime dependency: Dependency `java-runtime' of `tor-browser-en' does not exist. also clicking on the link over here: We couldn't find any packages matching your query. Try searching again using different criteria, or try searching the AUR to see if the package can be found there. Thank you for maintaining this package; use it on a machine at works where it works well.

Maxr commented on 2012-10-07 12:04 (UTC)

updated.

MisterAnderson commented on 2012-10-04 14:28 (UTC)

Working PKGBUILD: (version number is probably wrong) # Maintainer: Max Roder <maxroder@web.de> # To port this PKGBUILD to another language of tor-browser you # have to change $pkgname, $_language, $pkgdesc and $url in PKGBUILD # AND (!) the first line in the .install file! pkgname='tor-browser-en' pkgver='2.2.39_rc1' _realpkgver='2.2.39-1-dev' _language='en-US' pkgrel='1' pkgdesc='Anonymous browsing using firefox and tor' url='https://www.torproject.org/projects/torbrowser.html.en' arch=('x86_64' 'i686') license=('GPL') depends=('java-runtime') optdepends=('zenity: simple dialog boxes' 'kdialog: KDE dialog boxes' 'notify-send: Gnome dialog boxes') install="${pkgname}.install" source=("https://www.torproject.org/dist/torbrowser/linux/tor-browser-gnu-linux-${CARCH}-${_realpkgver}-${_language}.tar.gz" "https://www.torproject.org/dist/torbrowser/linux/tor-browser-gnu-linux-${CARCH}-${_realpkgver}-${_language}.tar.gz.asc" "${pkgname}.desktop" "${pkgname}.png" "${pkgname}.sh") if [[ "$CARCH" == 'x86_64' ]]; then sha256sums=('1ae9cbb1db592539f24229de9a42d37587673d20174715c488273b1f573d3f1c' '263b494fa3ca2e3513f0e25bb5d0b9aadc4d00c1ac0e0413b28e6af66fdeef76') else sha256sums=('54dc765fe8423a2058e0043a7a421e45853fba14489974bb5ea0f06787767615' '72eb8a8af44ad7c6dd84b68619386ed614dc6c553621ad6de376e76b7ffc710b') fi sha256sums+=('2217f011197329019ae3d282d95623e0230f8f7a3a604290744280530cf1698a' '17fc2f5784d080233aca16e788d62ab6fe3e57cf781b123cfe32767de97d6d3b' '7fc947b8ae1483c5abb4545f6e26b315ff1fb16eb7ae8837f7afb10a9277383b') noextract=("tor-browser-gnu-linux-${CARCH}-${_realpkgver}-${_language}.tar.gz") package() { cd "${srcdir}" sed -i "s/REPL_NAME/${pkgname}/g" ${pkgname}.sh sed -i "s/REPL_VERSION/${_realpkgver}/g" ${pkgname}.sh sed -i "s/REPL_LANGUAGE/${_language}/g" ${pkgname}.sh sed -i "s/REPL_NAME/${pkgname}/g" ${pkgname}.desktop sed -i "s/REPL_LANGUAGE/${_language}/g" ${pkgname}.desktop sed -i "s/REPL_COMMENT/${pkgdesc}/g" ${pkgname}.desktop install -Dm 644 ${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop install -Dm 644 ${pkgname}.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png install -Dm 755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname} install -Dm 644 tor-browser-gnu-linux-${CARCH}-${_realpkgver}-${_language}.tar.gz ${pkgdir}/opt/${pkgname}/tor-browser-gnu-linux-${CARCH}-${_realpkgver}-${_language}.tar.gz } # vim:set ts=2 sw=2 et:

Maxr commented on 2012-09-24 02:48 (UTC)

Sorry, on vacation. Will update in little more than a week.

vladimir1922 commented on 2012-09-23 18:30 (UTC)

This package is becoming very outdated. I know it is a bit annoying how frecuently they release a new version, but it is something important...