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

Andrew Crerar andrewsc at archlinux.org
Thu May 3 15:53:03 UTC 2018


    Date: Thursday, May 3, 2018 @ 15:53:02
  Author: andrewsc
Revision: 318874

upgpkg: firefox-developer-edition 61.0b1-1

firefox-developer-edition: Updating to 61.0b1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 15:51:07 UTC (rev 318873)
+++ PKGBUILD	2018-05-03 15:53:02 UTC (rev 318874)
@@ -2,8 +2,8 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=firefox-developer-edition
-pkgver=60.0b15
-pkgrel=3
+pkgver=61.0b1
+pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -10,7 +10,7 @@
 url="https://www.mozilla.org/firefox/channel/#developer"
 depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
          'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 'inetutils'
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python3' 'yasm' 'mesa' 'imake' 'gconf' 'inetutils'
              'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack' 'gtk2')
 optdepends=('networkmanager: Location detection via available WiFi networks'
             'libnotify: Notification integration'
@@ -22,13 +22,11 @@
 source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
         "$pkgname".desktop
         firefox-symbolic.svg
-        firefox-install-dir.patch
-        firefox-ffmpeg4.0.patch)
+        firefox-install-dir.patch)
 sha512sums=('SKIP'
             '12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
             'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-            '8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248'
-            'b820b756b59f8ac436082334f683fa8ea9b27f9150cbafb673e16a81aff48702a1c2d5d81a9899a22d151e5354ca859387d87b5e8097fc9ff83d531be629b3c9')
+            '8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -48,7 +46,6 @@
 
   cd mozilla-unified
   patch -Np1 -i ../firefox-install-dir.patch
-  patch -Np1 -i ../firefox-ffmpeg4.0.patch
 
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key



More information about the arch-commits mailing list