[arch-commits] Commit in react-native-debugger/trunk (2 files)

Nicola Squartini tensor5 at archlinux.org
Sat Mar 6 19:18:34 UTC 2021


    Date: Saturday, March 6, 2021 @ 19:18:33
  Author: tensor5
Revision: 884498

upgpkg: react-native-debugger 0.11.7-1

Modified:
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/react-native-debugger.js

--------------------------+
 PKGBUILD                 |    9 +++++----
 react-native-debugger.js |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-06 18:24:28 UTC (rev 884497)
+++ PKGBUILD	2021-03-06 19:18:33 UTC (rev 884498)
@@ -1,14 +1,14 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=react-native-debugger
-pkgver=0.11.5
-_commit=24a1401bf3e7103e0adbf72118b092031b98516c
+pkgver=0.11.7
+_commit=27041c3c29649ab170d237bec23396ec1df6886c
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / Redux DevTools'
 arch=('any')
 url='https://github.com/jhen0409/react-native-debugger'
 license=('MIT')
-depends=('electron')
+depends=('electron11')
 makedepends=('asar' 'git' 'yarn')
 options=(!emptydirs)
 source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}"
@@ -18,7 +18,7 @@
 sha256sums=('SKIP'
             '75cd9814325bfcdfc5dc9f85a7ce75a021e4b3c8cd105b851eb804e7b580d474'
             'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-            '18968069e675630322077d065faa591f7f451a18b4a55d192aaf5da78e98c926')
+            'fcdf5bd33bfff35a08ba97ba45c04742ae25820bc8384edea73b78ce06108f23')
 
 prepare() {
     cd ${pkgname}
@@ -52,6 +52,7 @@
         "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 
     rm "${pkgdir}/usr/lib/${pkgname}/node_modules/loose-envify/cli.js"
+    rm -rf "${pkgdir}/usr/lib/${pkgname}/node_modules/apollo-client-devtools/"{assets,build,development,shells/dev,src}
     find "${pkgdir}/usr/lib/${pkgname}/node_modules" \
       -name 'bin' -prune -exec rm -r '{}' \; \
       -or -name 'example' -prune -exec rm -r '{}' \; \

Modified: react-native-debugger.js
===================================================================
--- react-native-debugger.js	2021-03-06 18:24:28 UTC (rev 884497)
+++ react-native-debugger.js	2021-03-06 19:18:33 UTC (rev 884498)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron
+#!/usr/bin/electron11
 
 const name = "react-native-debugger";
 



More information about the arch-commits mailing list