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

Andrew Crerar andrewsc at archlinux.org
Tue Mar 19 14:37:57 UTC 2019


    Date: Tuesday, March 19, 2019 @ 14:37:57
  Author: andrewsc
Revision: 442685

upgpkg: firefox-developer-edition 67.0b2-1

firefox-developer-edition: Updating to 67.0b2

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 12:56:52 UTC (rev 442684)
+++ PKGBUILD	2019-03-19 14:37:57 UTC (rev 442685)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=firefox-developer-edition
-pkgver=67.0b1
+pkgver=67.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
          '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'
+             'xorg-server-xvfb' 'autoconf2.13' 'rustup' 'mercurial' 'clang' 'llvm' 'jack'
              'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'libnotify: Notification integration'
@@ -46,6 +46,9 @@
   cd mozilla-unified
   patch -Np1 -i ../firefox-install-dir.patch
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
+  rustup default 1.32.0
+
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key
 



More information about the arch-commits mailing list