upgpkg(expo-cli): 5.5.1

This commit is contained in:
MedzikUserBot 2022-07-12 01:51:41 +00:00
parent 2b4f7e9c1f
commit 5472a6290d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='expo-cli'
pkgver="5.4.12"
pkgver="5.5.1"
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=('SKIP')
sha256sums=('307c57641174e4a4c7edd9eff4b241e72072caa1e289af1e556279e7626576a2')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"