summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Adams2017-03-09 15:03:28 -0500
committerWill Adams2017-03-09 15:03:28 -0500
commit60ce4212a6b3c6e2c98ee1a25db8fab050b9c136 (patch)
tree1d32c437b859ad5f2226a1b5a52032c510a36a90 /PKGBUILD
parent830f3b88995b1507f3b58f5f88bbf4856f0167e8 (diff)
downloadaur-60ce4212a6b3c6e2c98ee1a25db8fab050b9c136.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2fc6ad4ff69..34ec981a45b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,16 @@
pkgname=firefox-esr-bin
_pkgname=${pkgname/-bin/}
pkgver=52.0
-pkgrel=1
+pkgrel=3
pkgdesc='Standalone web browser from mozilla.org - Extended Support Release'
url='http://www.mozilla.org/en-US/firefox/organizations/'
arch=('i686' 'x86_64')
-depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'shared-mime-info' 'gconf')
-optdepends=('libgnome: fixes file association/default browser issues on GNOME desktops.'
- 'gstreamer0.10: HTML5 video'
- 'gstreamer0.10-good-plugins: h.264 video'
- )
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg
+ libvpx libevent nss hunspell sqlite ttf-font icu)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+ 'libnotify: Notification integration'
+ 'upower: Battery API'
+ 'speech-dispatcher: Text-to-Speech')
provides=('firefox=52')
license=('MPL' 'GPL' 'LGPL')
install=$_pkgname.install