summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9c385c239e54..297807ee0336 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
src
pkg
-*tar*
+*tar.xz
+*tar.xz.asc
*pkg*
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'