upgpkg: nodejs-csso-cli 3.0.0-3

remove unneeded permission fix and add npm cache workaround
This commit is contained in:
Cedric Girard 2021-12-13 14:54:39 +01:00
parent 01bd6e1a85
commit 43bd23d901
Signed by: X-dark
GPG key ID: E7D0E125DB9519E4
2 changed files with 3 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nodejs-csso-cli
pkgdesc = Command line interface for CSSO
pkgver = 3.0.0
pkgrel = 2
pkgrel = 3
url = https://github.com/css/csso-cli
arch = any
license = MIT
@ -13,4 +13,3 @@ pkgbase = nodejs-csso-cli
sha256sums = dc4a516ef7184a5b3c26daef0f90b2c0ea9e280119fcc97b4ce925e34ff21adc
pkgname = nodejs-csso-cli

View file

@ -2,7 +2,7 @@
pkgname=nodejs-csso-cli
pkgver=3.0.0
pkgrel=2
pkgrel=3
pkgdesc="Command line interface for CSSO"
arch=('any')
url="https://github.com/css/csso-cli"
@ -13,11 +13,7 @@ source=("https://registry.npmjs.org/csso-cli/-/csso-cli-$pkgver.tgz")
sha256sums=('dc4a516ef7184a5b3c26daef0f90b2c0ea9e280119fcc97b4ce925e34ff21adc')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/csso-cli-$pkgver.tgz
# Non-deterministic race in npm gives 777 permissions to random directories.
# See https://github.com/npm/npm/issues/9359 for details.
chmod -R u=rwX,go=rX "$pkgdir"
npm install -g --prefix "$pkgdir"/usr --cache "${srcdir}/npm-cache" "$srcdir"/csso-cli-$pkgver.tgz
# npm installs package.json owned by build user
# https://bugs.archlinux.org/task/63396