summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryar2014-06-17 11:56:56 -0700
committeryar2014-06-17 11:56:56 -0700
commit97d6c5e1551a129abaa86aac233f08605b7953f0 (patch)
tree27a64e87cdc77732a3aae1571156bcc4ed19cd26 /PKGBUILD
parent32ec878b6a2042a4cd88fac81ca0464e99ccc2c2 (diff)
downloadaur-97d6c5e1551a129abaa86aac233f08605b7953f0.tar.gz
[tor-browser-en] use firefox's dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8d849ba2491..bf802cfbd6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,19 @@ pkgver='3.6.2'
_realpkgver='3.6.2'
_realpkgver_i686='3.6.2'
_language='en-US'
-pkgrel=1
+pkgrel=2
pkgdesc='Tor Browser Bundle: Anonymous browsing using firefox and tor'
url='https://www.torproject.org/projects/torbrowser.html.en'
arch=('x86_64' 'i686')
license=('GPL')
-depends=()
+depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+ 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite')
optdepends=('zenity: simple dialog boxes'
'kdebase-kdialog: KDE dialog boxes'
+ 'gst-plugins-good: h.264 video'
+ 'gst-libav: h.264 video'
+ 'libpulse: PulseAudio audio driver'
'libnotify: Gnome dialog boxes')
install="${pkgname}.install"