[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

Andrew Crerar andrewsc at archlinux.org
Fri Nov 2 17:33:58 UTC 2018


    Date: Friday, November 2, 2018 @ 17:33:58
  Author: andrewsc
Revision: 401244

upgpkg: firefox-developer-edition 64.0b6-1

firefox-developer-edition: Updating to 64.0b6, moved cbindgen to makedeps, hunspell en-us dict now optdep

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-02 17:29:34 UTC (rev 401243)
+++ PKGBUILD	2018-11-02 17:33:58 UTC (rev 401244)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=firefox-developer-edition
-pkgver=64.0b4
+pkgver=64.0b6
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -9,14 +9,15 @@
 license=('MPL' 'GPL' 'LGPL')
 url="https://www.mozilla.org/firefox/channel/#developer"
 depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
-         'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 'libpulse')
+         'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 'imake' 'inetutils'
              'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack'
-             'gtk2' 'nodejs' 'python2-psutil')
+             'gtk2' 'nodejs' 'python2-psutil' 'cbindgen')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'libnotify: Notification integration'
             'pulseaudio: Audio support'
-            'speech-dispatcher: Text-to-Speech')
+            'speech-dispatcher: Text-to-Speech'
+            'hunspell-en_US: Spell Checking, American English')
 replaces=('firefox-developer')
 options=(!emptydirs !makeflags !strip)
 _repo=https://hg.mozilla.org/mozilla-unified
@@ -42,8 +43,6 @@
 _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
 
 prepare() {
-  cargo install cbindgen
-
   cd mozilla-unified
   patch -Np1 -i ../firefox-install-dir.patch
 



More information about the arch-commits mailing list