[arch-commits] Commit in electron/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed Aug 24 08:04:33 UTC 2016


    Date: Wednesday, August 24, 2016 @ 08:04:33
  Author: tensor5
Revision: 187446

electron: remove crashpad (used only by macOS)

Modified:
  electron/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-24 06:08:15 UTC (rev 187445)
+++ PKGBUILD	2016-08-24 08:04:33 UTC (rev 187446)
@@ -19,7 +19,6 @@
         'git+https://github.com/boto/boto.git'
         'git+https://github.com/electron/brightray.git'
         'breakpad::git+https://github.com/electron/chromium-breakpad.git'
-        'git+https://github.com/electron/crashpad.git'
         'git+https://github.com/electron/gyp.git'
         "git+https://github.com/electron/libchromiumcontent.git"
         'native_mate::git+https://github.com/zcbenz/native-mate.git'
@@ -60,7 +59,6 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            'SKIP'
             '7c03da5e66623b47689c7075cb8a3299484122fd45deadfd5f089eb6c399f35e'
             '14dbd1eecb7034d9e19e1f0c61b0a36ed3b9c610db008ff2a6da2a540ade1221'
             '7fd0fc72a14b2a08ce0f258a750a9d181386b9277312f2ed5446c29b8ec4e282'
@@ -101,7 +99,7 @@
   mkdir -p "${srcdir}"/python2-path
   ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
 
-  for m in boto breakpad brightray crashpad native_mate node requests; do
+  for m in boto breakpad brightray native_mate node requests; do
     git submodule init vendor/${m}
     git config submodule.vendor/${m}.url "${srcdir}/${m}"
   done



More information about the arch-commits mailing list