updated.
Search Criteria
Package Details: tor-browser-bin 14.0.9-1
Package Actions
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: | 1288 |
Popularity: | 3.61 |
First Submitted: | 2023-09-24 17:45 (UTC) |
Last Updated: | 2025-04-02 14:08 (UTC) |
Dependencies (19)
- alsa-lib
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell (hunspell-gitAUR)
- icu (icu-gitAUR)
- libevent (libevent-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxt
- mime-types (mailcap)
- nss (nss-hgAUR)
- sqlite (sqlite-fossilAUR)
- startup-notification
- gst-libav (gst-libav-gitAUR) (optional) – H.264 video
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – H.264 video
- kdialog (kdialog-gitAUR) (optional) – KDE dialog boxes
- libnotify (libnotify-gitAUR) (optional) – Gnome dialog boxes
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – PulseAudio audio driver
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR) (optional) – simple dialog boxes
Required by (0)
Sources (8)
- https://archive.torproject.org/tor-package-archive/torbrowser/14.0.9/tor-browser-linux-i686-14.0.9.tar.xz
- https://archive.torproject.org/tor-package-archive/torbrowser/14.0.9/tor-browser-linux-i686-14.0.9.tar.xz.asc
- https://archive.torproject.org/tor-package-archive/torbrowser/14.0.9/tor-browser-linux-x86_64-14.0.9.tar.xz
- https://archive.torproject.org/tor-package-archive/torbrowser/14.0.9/tor-browser-linux-x86_64-14.0.9.tar.xz.asc
- tor-browser.desktop.in
- tor-browser.in
- tor-browser.png
- tor-browser.svg
Latest Comments
« First ‹ Previous 1 .. 69 70 71 72 73 74 75 76 77 Next › Last »
Maxr commented on 2012-10-07 12:04 (UTC)
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...
Maxr commented on 2012-08-29 15:23 (UTC)
Key importing instructions are included now (this change is not important so I did not increase pkgrel)
<deleted-account> commented on 2012-08-19 11:24 (UTC)
@Maxr sorry about spamming :) Problem solved, thanks! Just import Erinn Clark's key (found on https://www.torproject.org/docs/signing-keys.html.en), using # pacman-key -r <keyid> and then run
env GNUPGHOME=/etc/pacman.d/gnupg makepkg -s
on the directory where the PKGBUILD is.
Maxr commented on 2012-08-19 09:56 (UTC)
You have to import the public key first (see posts below).
<deleted-account> commented on 2012-08-19 09:16 (UTC)
I am getting a message:
==> Verifying source file signatures with gpg...
tor-browser-gnu-linux-x86_64-2.2.38-1-dev-en-US.tar.gz ... FAILED (unknown public key 416F061063FEE659)
==> WARNING: Warnings have occurred while verifying the signatures.
Please make sure you really trust them.
Is there any way I can include the verification of the signature in the PKGBUILD?
dartfira commented on 2012-08-01 08:05 (UTC)
With last update it works correctly for me.
Maxr commented on 2012-07-13 06:01 (UTC)
Already wondered why I couldn't start tbb ... well, as it seems you have to compile tbb to use the patch. This pkgbuild uses the binary version, so no way ATM.
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