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

Nicola Squartini tensor5 at archlinux.org
Wed Sep 25 03:23:46 UTC 2019


    Date: Wednesday, September 25, 2019 @ 03:23:46
  Author: tensor5
Revision: 511714

upgpkg: react-native-debugger 0.10.1-1

Modified:
  react-native-debugger/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 02:46:54 UTC (rev 511713)
+++ PKGBUILD	2019-09-25 03:23:46 UTC (rev 511714)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=react-native-debugger
-pkgver=0.10.0
-_commit=7dbaba93de83b04c6ef6136581ee3a097afa1e88
+pkgver=0.10.1
+_commit=f6dc5978dfaa1374e6735d1d8e33a1bdcc177dc1
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / Redux DevTools'
 arch=('any')
@@ -9,7 +9,7 @@
 url='https://github.com/jhen0409/react-native-debugger'
 license=('MIT')
 depends=('electron')
-makedepends=('asar' 'git' 'npm')
+makedepends=('asar' 'git' 'yarn')
 source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}"
         'iconPath.patch'
         'react-native-debugger.desktop'
@@ -28,12 +28,12 @@
 build() {
     cd ${pkgname}
 
-    npm install --ignore-scripts
+    yarn --ignore-scripts
     cd dist
-    npm install
+    yarn
     node ../scripts/patch-modules.js
     cd ..
-    npm run build
+    yarn build
 }
 
 package() {



More information about the arch-commits mailing list