summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2021-04-16 18:24:06 +0430
committerGitHub2021-04-16 18:24:06 +0430
commit4261b761ce4d7c595342c7d88435e833b0032c41 (patch)
tree8e8278f5ea0e7d9622cb9e178dc9e8f0b3d35b4e /PKGBUILD
parent09bf7e84691f89958200f0c0854712d33b4b2ab6 (diff)
downloadaur-4261b761ce4d7c595342c7d88435e833b0032c41.tar.gz
Move mozilla-common from depends to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f51a859b54a..067535cb720d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,13 +19,13 @@
_pkgname='tor-browser'
pkgname='tor-browser-behind-tor'
pkgver='10.0.15'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Tor Browser Bundle: anonymous browsing using Firefox and Tor (international PKGBUILD) (using tor service to download sources)'
url='https://www.torproject.org/projects/torbrowser.html'
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('tor')
-depends=('mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+depends=('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'
@@ -33,7 +33,8 @@ optdepends=('zenity: simple dialog boxes'
'gst-plugins-good: H.264 video'
'gst-libav: H.264 video'
'libpulse: PulseAudio audio driver'
- 'libnotify: Gnome dialog boxes')
+ 'libnotify: Gnome dialog boxes'
+ 'mozilla-common: Common Initialization Profile for Mozilla.org products')
install="tor-browser.install"
_tag_i686='linux32'