summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2019-07-26 13:20:47 +0200
committergrufo2019-07-26 13:20:47 +0200
commite1e0815298b3240da7c80b5083356de6f31ed38c (patch)
tree91838692b7ded9b30cc5571bcf219928f64122f1
parent5c08cf5716d1923fb707ea0e1362de2aa9e2f09b (diff)
downloadaur-e1e0815298b3240da7c80b5083356de6f31ed38c.tar.gz
PKGBUILD: removed `gtk2` from `${depends}`
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968b06bf7a89..96b7730418e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = tor-browser
arch = i686
arch = x86_64
license = GPL
- depends = gtk2
depends = mozilla-common
depends = libxt
depends = startup-notification
diff --git a/PKGBUILD b/PKGBUILD
index f8a92092d561..a256fd324038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ arch=('i686' 'x86_64')
_idstr32='linux32'
_idstr64='linux64'
license=('GPL')
-depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+depends=('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'