Mis à jour à la version 2.2.39-3
Search Criteria
Package Details: tor-browser-bin 14.0.3-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: | 1281 |
Popularity: | 1.93 |
First Submitted: | 2023-09-24 17:45 (UTC) |
Last Updated: | 2024-12-06 14:48 (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 (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR) (optional) – simple dialog boxes
Required by (0)
Sources (8)
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-i686-14.0.3.tar.xz
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-i686-14.0.3.tar.xz.asc
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-x86_64-14.0.3.tar.xz
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-x86_64-14.0.3.tar.xz.asc
- tor-browser.desktop.in
- tor-browser.in
- tor-browser.png
- tor-browser.svg
Latest Comments
« First ‹ Previous 1 .. 68 69 70 71 72 73 74 75 76 77 Next › Last »
<deleted-account> commented on 2012-10-17 18:35 (UTC)
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...
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.
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