[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD iconPath.patch)
Nicola Squartini
tensor5 at archlinux.org
Sat Oct 26 09:52:09 UTC 2019
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
===================================================================
--- PKGBUILD 2019-10-26 09:40:08 UTC (rev 520334)
+++ PKGBUILD 2019-10-26 09:52:09 UTC (rev 520335)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
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;
More information about the arch-commits
mailing list