upgpkg(expo-cli): 6.1.0

This commit is contained in:
MedzikUserBot 2023-01-05 12:30:17 +00:00
parent 9ceaae129c
commit eea90c3bad
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.8"
pkgver="6.1.0"
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=('9835317ff40b55f9e05585f6f5bc32060f52893cf0afc97b28ea3935fa633c4a')
sha256sums=('5f6116803a706452f51a5aa9cf1ad4fdc750ddedca0b8743f88301780ebdd005')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"