[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD iconPath.patch)

2020-04-08 Thread Nicola Squartini via arch-commits
Date: Thursday, April 9, 2020 @ 01:33:38
  Author: tensor5
Revision: 612881

upgpkg: react-native-debugger 0.11.1-1

Modified:
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/iconPath.patch

+
 PKGBUILD   |6 +++---
 iconPath.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 01:28:12 UTC (rev 612880)
+++ PKGBUILD2020-04-09 01:33:38 UTC (rev 612881)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.10.7
-_commit=b5c182d1a35540090614fb52b2a677cd1cfdabcb
+pkgver=0.11.1
+_commit=e7514d6909d885576f845ab740b1393baab88225
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')
@@ -15,7 +15,7 @@
 'react-native-debugger.desktop'
 'react-native-debugger.js')
 sha256sums=('SKIP'
-'3db29267301692d6362a2ff4971299de4a0f3f49feb12c338e4ec02a5b0e560d'
+'75cd9814325bfcdfc5dc9f85a7ce75a021e4b3c8cd105b851eb804e7b580d474'
 'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
 '8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
 

Modified: iconPath.patch
===
--- iconPath.patch  2020-04-09 01:28:12 UTC (rev 612880)
+++ iconPath.patch  2020-04-09 01:33:38 UTC (rev 612881)
@@ -1,6 +1,6 @@
 --- a/electron/main.js
 +++ b/electron/main.js
-@@ -10,7 +10,7 @@
+@@ -12,7 +12,7 @@
  
  process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 1;
  


[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD iconPath.patch)

2019-10-26 Thread Nicola Squartini via arch-commits
Date: Saturday, October 26, 2019 @ 09:52:09
  Author: tensor5
Revision: 520335

upgpkg: react-native-debugger 0.10.2+9+ga9e4a9f-1

Modified:
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/iconPath.patch

+
 PKGBUILD   |   11 ---
 iconPath.patch |2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 09:40:08 UTC (rev 520334)
+++ PKGBUILD2019-10-26 09:52:09 UTC (rev 520335)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.10.2
-_commit=231f91a9aa919a4f3cfad76952a700d0196247d6
+pkgver=0.10.2+9+ga9e4a9f
+_commit=a9e4a9f3859fed0242e9fe2be7f87eeb525fe1f5
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')
@@ -15,10 +15,15 @@
 'react-native-debugger.desktop'
 'react-native-debugger.js')
 sha256sums=('SKIP'
-'9a6343d3d84a7847e8c6215fa562267f7016b38c2990c15f056236c72e54a2e7'
+'3db29267301692d6362a2ff4971299de4a0f3f49feb12c338e4ec02a5b0e560d'
 'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
 '8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
 
+pkgver() {
+cd ${pkgname}
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
 cd ${pkgname}
 

Modified: iconPath.patch
===
--- iconPath.patch  2019-10-26 09:40:08 UTC (rev 520334)
+++ iconPath.patch  2019-10-26 09:52:09 UTC (rev 520335)
@@ -1,6 +1,6 @@
 --- a/electron/main.js
 +++ b/electron/main.js
-@@ -9,7 +9,7 @@
+@@ -10,7 +10,7 @@
  
  process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 1;