upgpkg: nodejs-clean-css 5.3.3-1
upstream release
This commit is contained in:
parent
e5e82fcfa7
commit
b62ac8fb02
2 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
||||||
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.3.2
|
pkgver = 5.3.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jakubpawlowicz/clean-css
|
url = https://github.com/jakubpawlowicz/clean-css
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
noextract = clean-css-5.3.2.tgz
|
noextract = clean-css-5.3.3.tgz
|
||||||
source = https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz
|
source = https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz
|
||||||
sha256sums = 21902cbf7f324737baac037b9676f85dc40e533bf1a2a64d66af81b6988a8fbc
|
sha256sums = ff3ac576c8fc823fc250777ab31a06509a849e840b6341e1a972e1469bdc79a0
|
||||||
|
|
||||||
pkgname = nodejs-clean-css
|
pkgname = nodejs-clean-css
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
_npmname=clean-css
|
_npmname=clean-css
|
||||||
pkgname=nodejs-$_npmname
|
pkgname=nodejs-$_npmname
|
||||||
pkgver=5.3.2
|
pkgver=5.3.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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')
|
||||||
|
@ -13,7 +13,7 @@ depends=('nodejs')
|
||||||
makedepends=('npm')
|
makedepends=('npm')
|
||||||
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
|
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
|
||||||
noextract=($_npmname-$pkgver.tgz)
|
noextract=($_npmname-$pkgver.tgz)
|
||||||
sha256sums=('21902cbf7f324737baac037b9676f85dc40e533bf1a2a64d66af81b6988a8fbc')
|
sha256sums=('ff3ac576c8fc823fc250777ab31a06509a849e840b6341e1a972e1469bdc79a0')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install -g --prefix "$pkgdir/usr" --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$pkgver.tgz
|
npm install -g --prefix "$pkgdir/usr" --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$pkgver.tgz
|
||||||
|
|
Loading…
Reference in a new issue