summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-04-16 18:24:06 +0430
committerGitHub2021-04-16 18:24:06 +0430
commit4261b761ce4d7c595342c7d88435e833b0032c41 (patch)
tree8e8278f5ea0e7d9622cb9e178dc9e8f0b3d35b4e
parent09bf7e84691f89958200f0c0854712d33b4b2ab6 (diff)
downloadaur-4261b761ce4d7c595342c7d88435e833b0032c41.tar.gz
Move mozilla-common from depends to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4f7fcc11d1..27b175b0966c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = tor-browser-behind-tor
pkgdesc = Tor Browser Bundle: anonymous browsing using Firefox and Tor (international PKGBUILD) (using tor service to download sources)
pkgver = 10.0.15
- pkgrel = 1
+ pkgrel = 2
url = https://www.torproject.org/projects/torbrowser.html
install = tor-browser.install
arch = i686
arch = x86_64
license = GPL
makedepends = tor
- depends = mozilla-common
depends = libxt
depends = startup-notification
depends = mime-types
@@ -28,6 +27,7 @@ pkgbase = tor-browser-behind-tor
optdepends = gst-libav: H.264 video
optdepends = libpulse: PulseAudio audio driver
optdepends = libnotify: Gnome dialog boxes
+ optdepends = mozilla-common: Common Initialization Profile for Mozilla.org products
noextract = tor-browser-linux32-10.0.15_en-US.tar.xz
noextract = tor-browser-linux64-10.0.15_en-US.tar.xz
source = tor-browser.desktop.in
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'