upgpkg: nodejs-clean-css 5.2.2-2
remove unneeded permission fix and add npm cache workaround
This commit is contained in:
parent
e17d694ce9
commit
01bd6e1a85
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = nodejs-clean-css
|
pkgbase = nodejs-clean-css
|
||||||
pkgdesc = A fast, efficient, and well tested CSS minifier for node.js.
|
pkgdesc = A fast, efficient, and well tested CSS minifier for node.js.
|
||||||
pkgver = 5.2.2
|
pkgver = 5.2.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/jakubpawlowicz/clean-css
|
url = https://github.com/jakubpawlowicz/clean-css
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
_npmname=clean-css
|
_npmname=clean-css
|
||||||
pkgname=nodejs-$_npmname
|
pkgname=nodejs-$_npmname
|
||||||
pkgver=5.2.2
|
pkgver=5.2.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A fast, efficient, and well tested CSS minifier for node.js."
|
pkgdesc="A fast, efficient, and well tested CSS minifier for node.js."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/jakubpawlowicz/clean-css"
|
url="https://github.com/jakubpawlowicz/clean-css"
|
||||||
|
@ -16,11 +16,7 @@ noextract=($_npmname-$pkgver.tgz)
|
||||||
sha256sums=('4eedbac6e7157bdd6d0879770359d8d29260cf453564e3dcae098b9413a4b324')
|
sha256sums=('4eedbac6e7157bdd6d0879770359d8d29260cf453564e3dcae098b9413a4b324')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install -g --prefix "$pkgdir/usr" "$srcdir"/$_npmname-$pkgver.tgz
|
npm install -g --prefix "$pkgdir/usr" --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$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 installs package.json owned by build user
|
# npm installs package.json owned by build user
|
||||||
# https://bugs.archlinux.org/task/63396
|
# https://bugs.archlinux.org/task/63396
|
||||||
|
|
Loading…
Reference in a new issue