summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel2017-11-01 17:47:12 +0100
committerManuel2017-11-01 17:47:12 +0100
commit97f4e0dce614756760aac2b8d71660b53c208c0f (patch)
tree13ffa6ca35c67d4e93ae6a7178d47c12aeb27c12 /PKGBUILD
parent70cb7e0dc0247c50beefc6a21332124d36763154 (diff)
downloadaur-97f4e0dce614756760aac2b8d71660b53c208c0f.tar.gz
fixing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85686a77cf47..6d7160e7b439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,8 @@ pkgrel=1
pkgdesc='Standalone web browser from mozilla.org - Extended Support Release'
url='http://www.mozilla.org/en-US/firefox/organizations/'
arch=('i686' 'x86_64')
-
-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')
+depends=('gtk2' 'gtk3' 'libxt' 'dbus-glib' 'nss')
+makedepends=()
provides=('firefox=52')
license=('MPL' 'GPL' 'LGPL')
install=$_pkgname.install