upgpkg(expo-cli): 6.3.7

This commit is contained in:
MedzikUserBot 2023-04-27 21:13:41 +00:00
parent dde1a33b11
commit 72cbeb078c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='expo-cli'
pkgver="6.3.2"
pkgver="6.3.7"
pkgrel=1
pkgdesc='Tools for creating, running, and deploying Universal Expo and React Native apps'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}")
sha256sums=('3c1e75cda246b1e81beb991dff188dd4902aee36c571251ba5aff29c9f6fa137')
sha256sums=('a05379b670e5cf185eda86bb888dc207b4619806e3dd8c0387779c38857bf79c')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"