upgpkg(expo-cli): 6.3.10

This commit is contained in:
MedzikUserBot 2023-07-05 23:17:01 +00:00
parent f78495e144
commit 9438e791fe
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.9"
pkgver="6.3.10"
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=('73ac6fc1cb6477fa93994078a7eefcaee2b0b5da1f59d5432c30d23d2b72f244')
sha256sums=('1f177ee4e917fa67386855ab563342718c5f5d2e9ec098f6e3c9939396de7b70')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"