upgpkg(expo-cli): 6.3.0

This commit is contained in:
MedzikUserBot 2023-02-07 05:15:12 +00:00
parent aa7dae9715
commit 087cd80337

View file

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