
tor-browser-en 10.0.1-1
https://www.torproject.org/projects/torbrowser.html.en
Tor Browser Bundle: Anonymous browsing using firefox and tor
Category: network
Submitter: javimalvarez
Maintainer: None
Votes: 5
License: GPL
Last Updated: 2020/10/14 - 04:47:20 +0000
First Submitted: 2013/05/04 - 21:51:45 +0000
Dependenciesalsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu libevent libvpx libxt mime-types mozilla-common nss sqlite startup-notification
I just updated this to 10.0.1, added a comment so users know how to import the key, and changed the checksum type to b2sum. Dependencies may need updating, but it Works For Me ™. I don't feel like committing to continuing maintenance, so I disowned the package for anyone who uses it more regularly to adopt.
Comment by: sampla on Sat, 06 Apr 2019 22:44:24 +0000
Latest version is 8.0.8, with binary at https://www.torproject.org/dist/torbrow … US.tar.xz. Current ccr version (7.5-1) successfully uses built-in updater, but only on a per-user basis.
Comment by: brli on Wed, 28 Jun 2017 12:31:29 +0000
@huguerl Please refer to my comments below @ericjs sorry that I accidentally updated the src tarball from archs pkgbuild
Comment by: huguerl on Sat, 24 Jun 2017 15:28:44 +0000
==> Verifying source file signatures with gpg... tor-browser-linux64-7.0.1_en-US.tar.xz ... FAILED (unknown public key D1483FA6C3C07136) ==> ERROR: One or more PGP signatures could not be verified! The build failed. First of all, thank you for the package. Any clues on how to fix it?
Comment by: ericjs on Tue, 23 May 2017 01:02:25 +0000
dinolib commented on this already, but one of your dependency names is wrong. I get the error: Dependency `sqlite' of `tor-browser-en' does not exist. I think it needs to be "sqllite3"
Comment by: gkdeb on Tue, 07 Mar 2017 23:50:29 +0000
Thanks for the links! You were right, they were ok. Sorry my mistake @brli.
Comment by: brli on Sun, 05 Mar 2017 12:43:12 +0000
@gkdeb: please check https://www.torproject.org/docs/verifyi … es.html.en and https://www.torproject.org/docs/signing-keys.html.en for more information. AFAIK, the signature is correct, and the key is correct. Please do not mark it as out of date, since it isn't.
Comment by: gkdeb on Sun, 05 Mar 2017 11:52:23 +0000
==> Verifying source file signatures with gpg... tor-browser-linux64-6.5_en-US.tar.xz ... FAILED (unknown public key D1483FA6C3C07136) ==> ERROR: One or more PGP signatures could not be verified! The build failed.
Comment by: dinolib on Mon, 22 Feb 2016 13:02:14 +0000
sqlite now is sqlite3
Comment by: laichiaheng on Mon, 21 Dec 2015 14:18:46 +0000
5.0.6 has been released
Comment by: gustavolinux on Tue, 21 Apr 2015 14:17:38 +0000
tor-browser-linux64-4.0.8_en-US.tar.xz ... FAILED (unknown public key 2E1AC68ED40814E0) ==> ERROR: One or more PGP signatures could not be verified!
Comment by: gnastyle on Wed, 11 Jun 2014 11:32:04 +0000
Version 3.6.2 is out please update))
Comment by: msx on Sun, 22 Sep 2013 09:21:40 +0000
Hi, please check my PKGBUILD and .desktop files ports as they are tailored to suit the new /extra repo: # Maintainer: Max Roder <maxroder@web.de> # Port to Chakra: msx <msx -at- archlinux -dot- us> # 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.3.25_13' _realpkgver='2.3.25-13' _language='en-US' pkgrel='1' pkgdesc='Tor Browser Bundle: Anonymous browsing using firefox and tor' url='https://www.torproject.org/projects/torbrowser.html.en' arch=('x86_64') license=('GPL') install="${pkgname}.install" source=("https://www.torproject.org/dist/torbrowser/linux/tor-browser-gnu-linux-${CARCH}-${_realpkgver}-dev-${_language}.tar.gz" "https://www.torproject.org/dist/torbrowser/linux/tor-browser-gnu-linux-${CARCH}-${_realpkgver}-dev-${_language}.tar.gz.asc" "${pkgname}.desktop" "${pkgname}.png" "${pkgname}.sh") sha256sums=('6930036ce9604566626dc0810aca11ca8ccb6de940309cbe5ad11947ff19496c' '6d4de91b309d1f700e430deffb6d707a00d672a0004e59820ca80c51df33697d' 'f92f921f96bd7134999b505fe647db522ed7f52e3e1f304681cd67f1aa87c7e0' '17fc2f5784d080233aca16e788d62ab6fe3e57cf781b123cfe32767de97d6d3b' '7fc947b8ae1483c5abb4545f6e26b315ff1fb16eb7ae8837f7afb10a9277383b') noextract=("tor-browser-gnu-linux-${CARCH}-${_realpkgver}-dev-${_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}/extra/usr/share/applications/${pkgname}.desktop install -Dm 644 ${pkgname}.png ${pkgdir}/extra/usr/share/pixmaps/${pkgname}.png install -Dm 755 ${pkgname}.sh ${pkgdir}/extra/usr/bin/${pkgname} install -Dm 644 tor-browser-gnu-linux-${CARCH}-${_realpkgver}-dev-${_language}.tar.gz ${pkgdir}/opt/${pkgname}/tor-browser-gnu-linux-${CARCH}-${_realpkgver}-${_language}.tar.gz } And here is the .desktop file: [Desktop Entry] Version=1.0 Type=Application Name=Tor-Browser (REPL_LANGUAGE) Exec=/extra/usr/bin/REPL_NAME Icon=/extra/usr/share/pixmaps/REPL_NAME.png Categories=Network; Comment=REPL_COMMENT // Everybody else: please DON'T FORGET to check any non-Qt/KDE PKGBUILD you install from the CCR since most of them still use the old way of installing non-Qt/KDE stuff in main directories.
Comment by: msx on Wed, 22 May 2013 10:08:52 +0000
Most useful, thank you.
Comment by: sampla on Wed, 14 Oct 2020 04:53:24 +0000