Date: Tuesday, August 28, 2018 @ 17:36:45 Author: andrewsc Revision: 375009
upgpkg: firefox-developer-edition 63.0b1-1 firefox-developer-edition: Updating to 63.0b1 Modified: firefox-developer-edition/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-28 17:24:39 UTC (rev 375008) +++ PKGBUILD 2018-08-28 17:36:45 UTC (rev 375009) @@ -3,7 +3,7 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=firefox-developer-edition -pkgver=62.0b20 +pkgver=63.0b1 pkgrel=1 pkgdesc="Developer Edition of the popular Firefox web browser" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 'libpulse') makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 'imake' 'gconf' 'inetutils' - 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack' 'gtk2') + 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack' 'gtk2' 'nodejs') optdepends=('networkmanager: Location detection via available WiFi networks' 'libnotify: Notification integration' 'pulseaudio: Audio support' @@ -42,6 +42,8 @@ _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff prepare() { + cargo install cbindgen + cd mozilla-unified patch -Np1 -i ../firefox-install-dir.patch
