summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2016-04-26 12:43:51 +0200
committerSwift Geek2016-04-26 12:43:51 +0200
commit139c66eeb5c28dfa944620828b04a066e8961980 (patch)
tree4e56620b205842913c33c07154cc02df887bcf4f
parentbbd407c325139bd47bb005fac2d414ce3d26951f (diff)
downloadaur-139c66eeb5c28dfa944620828b04a066e8961980.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f65e0c8e9ce3..ec22862e67ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 26 08:40:39 UTC 2016
+# Tue Apr 26 10:43:32 UTC 2016
pkgbase = bin32-firefox
pkgdesc = Firefox 32bit for Arch 64 bit (en-US)
pkgver = 46.0
@@ -10,11 +10,11 @@ pkgbase = bin32-firefox
license = GPL
license = LGPL
depends = lib32-dbus-glib
- depends = lib32-gtk2
+ depends = lib32-gtk3
depends = lib32-libxt
depends = lib32-alsa-lib
depends = lib32-nss
- depends = lib32-xcb-util
+ depends = desktop-file-utils
optdepends = bin32-firefox-i18n: i18n support
optdepends = lib32-flashplugin: flash support
optdepends = bin32-acroread: adobe reader plugin
diff --git a/PKGBUILD b/PKGBUILD
index 95ab745ae48c..91afd1b4b358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
_arch=i686
license=('MPL' 'GPL' 'LGPL')
url="http://www.mozilla.org/projects/firefox"
-depends=('lib32-dbus-glib' 'lib32-gtk2' 'lib32-libxt' 'lib32-alsa-lib' 'lib32-nss' 'lib32-xcb-util')
+depends=('lib32-dbus-glib' 'lib32-gtk3' 'lib32-libxt' 'lib32-alsa-lib' 'lib32-nss' 'desktop-file-utils')
optdepends=('bin32-firefox-i18n: i18n support'
'lib32-flashplugin: flash support'
'bin32-acroread: adobe reader plugin'