summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-04-25 19:15:25 +0300
committerDet2017-04-25 19:15:25 +0300
commit3fb5494a6e8a7488991dbe712a160242ef7685bd (patch)
treec8b8ef0976118c369b7f4ed50a863d45e960b6f6 /PKGBUILD
parent1b959c6e505df60bd94228111a04aa20fe66ecdb (diff)
downloadaur-3fb5494a6e8a7488991dbe712a160242ef7685bd.tar.gz
pulse: dep -> optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6608f604117a..3e42b3f5aa5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,11 @@ pkgdesc="Standalone web browser from mozilla.org - Beta"
arch=('i686' 'x86_64')
url="https://www.mozilla.org/en-US/firefox/channel/#beta"
license=('MPL' 'GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'libxt' 'nss' 'pulseaudio')
+depends=('dbus-glib' 'gtk3' 'libxt' 'nss')
optdepends=('ffmpeg: H264/AAC/MP3 decoding'
'libnotify: Notification integration'
'networkmanager: Location detection via available WiFi networks'
+ 'pulseaudio'
'upower: Battery API')
provides=("firefox=$pkgver")
install=$pkgname.install