summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"