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

Nicola Squartini tensor5 at archlinux.org
Sun Sep 8 17:20:55 UTC 2019


    Date: Sunday, September 8, 2019 @ 17:20:55
  Author: tensor5
Revision: 509006

upgpkg: react-native-debugger 0.9.13-1

Modified:
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/nodeIntegration.patch
  react-native-debugger/trunk/setZoomLevelLimits.patch

--------------------------+
 PKGBUILD                 |    8 ++++----
 nodeIntegration.patch    |    2 +-
 setZoomLevelLimits.patch |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-08 16:46:56 UTC (rev 509005)
+++ PKGBUILD	2019-09-08 17:20:55 UTC (rev 509006)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=react-native-debugger
-pkgver=0.9.12
-_commit=544169528885f7f374a6783dc91e7f1cd051a43e
+pkgver=0.9.13
+_commit=8d40748a9120adf5f04b6e7dae87ca2f2128f621
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / Redux DevTools'
 arch=('any')
@@ -19,11 +19,11 @@
         'setZoomLevelLimits.patch')
 sha256sums=('SKIP'
             '4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
-            '6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
+            '6022ea467881e17ff7af9dc94455fc13eff860bf59a7ced7abf222a003a22526'
             'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
             '59e0c247d006a437a619917df7e76a506aadb4d751b7d3bb476a96030620a660'
             '8a217b932b1042c14930d89f56661dbdc13b1afe04680df6b2fefceb242fb05c'
-            '6853ab684f5eb39e32e0b75ead0cf19c0a883108888b003f0f80cfd07cb4f965')
+            '49eceb17c8f2a2e3caa37aeb195ae3888399cf2946954f6f8f7e2d1c4050e3eb')
 
 prepare() {
     cd ${pkgname}

Modified: nodeIntegration.patch
===================================================================
--- nodeIntegration.patch	2019-09-08 16:46:56 UTC (rev 509005)
+++ nodeIntegration.patch	2019-09-08 17:20:55 UTC (rev 509006)
@@ -1,6 +1,6 @@
 --- a/electron/window.js
 +++ b/electron/window.js
-@@ -91,6 +91,9 @@
+@@ -90,6 +90,9 @@
      backgroundColor: '#272c37',
      tabbingIdentifier: 'rndebugger',
      ...config.windowBounds,

Modified: setZoomLevelLimits.patch
===================================================================
--- setZoomLevelLimits.patch	2019-09-08 16:46:56 UTC (rev 509005)
+++ setZoomLevelLimits.patch	2019-09-08 17:20:55 UTC (rev 509006)
@@ -1,6 +1,6 @@
 --- a/app/index.js
 +++ b/app/index.js
-@@ -15,7 +15,7 @@
+@@ -16,7 +16,7 @@
  const currentWindow = remote.getCurrentWindow();
  
  webFrame.setZoomFactor(1);



More information about the arch-commits mailing list