upgpkg(expo-cli): 6.0.6

This commit is contained in:
MedzikUserBot 2022-09-26 23:24:13 +00:00
parent 08f00b6398
commit b2757af52b
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.0.5"
pkgver="6.0.6"
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=('f2f36d7c9e25921673e912537caa6ceb225522cd556437ec4898102773d844cc')
sha256sums=('1f9f20788b97480a38c961a8ef324cf6a3c93ba2f74525af27d206bcffe71c6f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"