summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-16 01:02:19 +0100
committerAnthony Ruhier2016-11-16 01:02:19 +0100
commit30686266ebf8badfb5a4a4b4fa78482bcc5cdcc3 (patch)
tree164d322b45dcc9ee68cbf236d341f4e04f7b067b /PKGBUILD
parentee6fd81ae03ea5f24c5e5177acf3dc01a0f3a1da (diff)
downloadaur-30686266ebf8badfb5a4a4b4fa78482bcc5cdcc3.tar.gz
Firefox now requires libpulse
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e8e39637965..75f37b223ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ pkgdesc="Standalone Web Browser from Mozilla — Nightly build (${_lang})"
url="https://nightly.mozilla.org/"
_version='53.0a1'
pkgver=53.0a1.20161116
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
-depends=('alsa-lib' 'dbus-glib' 'gtk2' 'gtk3' 'libxt' 'nss' 'mime-types')
+depends=('alsa-lib' 'dbus-glib' 'libpulse' 'gtk2' 'gtk3' 'libxt' 'nss' 'mime-types')
optdepends=('ffmpeg: h.264 video'
'hunspell: spell checking'
'hyphen: hyphenation')