Compare commits

..

No commits in common. "47587862d5ce69fe2b8c5ed8750e9aeb7a23c1b9" and "61a80be520e29d689ddbfd89d8c7eec32eed651d" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
AUR_NAME="code-server"
AUR_UPDATED="1687803821"
AUR_UPDATED="1687287169"

View File

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