summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-16 18:21:26 +0100
committerAnthony Ruhier2016-11-16 18:21:26 +0100
commita4fc0f9da66f2019abce8ac333c94bec1724ad70 (patch)
tree7de67a8d326f636e48978bcab748f1bb6ff6be8a /PKGBUILD
parent30686266ebf8badfb5a4a4b4fa78482bcc5cdcc3 (diff)
downloadaur-a4fc0f9da66f2019abce8ac333c94bec1724ad70.tar.gz
Drop some dependencies
alsa-lib is not needed, as the audio support is now done via pulseaudio only. Pulseaudio is not necessary, so it is moved as an optional dependency, but you will get a warning in firefox and no audio.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75f37b223ca4..f15e7cff3538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,12 @@ pkgdesc="Standalone Web Browser from Mozilla — Nightly build (${_lang})"
url="https://nightly.mozilla.org/"
_version='53.0a1'
pkgver=53.0a1.20161116
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
-depends=('alsa-lib' 'dbus-glib' 'libpulse' 'gtk2' 'gtk3' 'libxt' 'nss' 'mime-types')
-optdepends=('ffmpeg: h.264 video'
+depends=('dbus-glib' 'gtk2' 'gtk3' 'libxt' 'nss' 'mime-types')
+optdepends=('pulseaudio: audio support'
+ 'ffmpeg: h.264 video'
'hunspell: spell checking'
'hyphen: hyphenation')
_url="https://ftp.mozilla.org/pub/mozilla.org/${_name}/nightly/latest-mozilla-central"