summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Jug2021-04-16 09:06:21 -0400
committerSebastian Jug2021-04-16 09:06:21 -0400
commitfca4b460623eef6021411091801166352c2106b1 (patch)
treef7ddf7ea5e83134ef74d8bb28791f2e941a88da0
parent52ce39e954b4391a9d946efa145e79c1d44e814e (diff)
downloadaur-fca4b460623eef6021411091801166352c2106b1.tar.gz
Removed mozilla-common dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82eff0e1351..949230a454c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = tor-browser
arch = i686
arch = x86_64
license = GPL
- depends = mozilla-common
depends = libxt
depends = startup-notification
depends = mime-types
diff --git a/PKGBUILD b/PKGBUILD
index 61cc6ab9bb26..c920615ac3ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,8 +23,8 @@ pkgdesc='Tor Browser Bundle: anonymous browsing using Firefox and Tor (internati
url='https://www.torproject.org/projects/torbrowser.html'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
+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'
'kdialog: KDE dialog boxes'