Date: Wednesday, January 27, 2021 @ 18:39:31 Author: andrewsc Revision: 832264
upgpkg: firefox-developer-edition 86.0b2-1 Modified: firefox-developer-edition/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-27 18:37:54 UTC (rev 832263) +++ PKGBUILD 2021-01-27 18:39:31 UTC (rev 832264) @@ -2,7 +2,7 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=firefox-developer-edition -pkgver=85.0b9 +pkgver=86.0b2 pkgrel=1 pkgdesc="Developer Edition of the popular Firefox web browser" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('gtk3' 'libxt' 'mime-types' 'dbus-glib' 'ffmpeg' 'ttf-font' 'libpulse' 'nss') makedepends=('unzip' 'zip' 'diffutils' 'python-setuptools' 'yasm' 'mesa' 'imake' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'clang' 'llvm' 'jack' 'gtk2' - 'nodejs' 'python-psutil' 'cbindgen' 'nasm' 'lld' 'python-zstandard') + 'nodejs' 'python-psutil' 'cbindgen' 'nasm' 'lld' 'python-zstandard' 'dump_syms') optdepends=('networkmanager: Location detection via available WiFi networks' 'libnotify: Notification integration' 'pulseaudio: Audio support' @@ -23,7 +23,7 @@ firefox-install-dir.patch 0001-Use-remoting-name-for-GDK-application-names.patch "$pkgname".desktop) -sha512sums=('77f0cb1dd274e961e848d451f6473dc70413835cd145f8f58efd90e24b094b38c1c1d6fbcdee5d2c1207de36d419b6223b52d0b5881aaac23bdcb9268f55930d' +sha512sums=('09e7346073b47f0ac4effae7d1f06ea21f16cb832ae19b1c0d9beaeadd602ca447497818bd25e9f7aee0dc7372eb7eb6403261d5d95465e1cefdd1fdc3ca4286' 'SKIP' 'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e' '8df3228209334aaaddec9c761c063e61ebbf3e75c6b249db9347dc4cabb79d912ccc8abdcfe4fab63387f2a0e09b4f3c9edf3b7e25aa0fd00ee56bcc7e9dde2c' @@ -76,7 +76,6 @@ ac_add_options --with-distribution-id=org.archlinux ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --allow-addon-sideload -ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1" export MOZILLA_OFFICIAL=1 export MOZ_APP_REMOTINGNAME=${pkgname//-/} export MOZ_TELEMETRY_REPORTING=1
