summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Tigas2019-04-20 10:04:00 -0400
committerMike Tigas2019-04-20 10:04:00 -0400
commit2f2a6f01a0b2112c8d69f4ef698e70051ee9ebdb (patch)
treef29af359305645309aebe089bd49dafa0554daef /PKGBUILD
parent76591cc5f8e5354afccc71521e194dc6d42df51b (diff)
downloadaur-2f2a6f01a0b2112c8d69f4ef698e70051ee9ebdb.tar.gz
update deps to accurately include gtk3
current TBB is based on Firefox 60. Firefox dropped gtk2 support as of v59: https://bugzilla.mozilla.org/show_bug.cgi?id=1278282#c76
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4795bc690c2a..71929085f465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Tor Browser Bundle (alpha version)"
arch=('i686' 'x86_64')
url="https://www.torproject.org/download/alpha/"
license=('GPL')
-depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+depends=('gtk3' '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'