upgpkg: nodejs-clean-css 5.2.4-1
upstream release
This commit is contained in:
parent
41c345fbf2
commit
69130a396f
2 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
|||
pkgbase = nodejs-clean-css
|
||||
pkgdesc = A fast, efficient, and well tested CSS minifier for node.js.
|
||||
pkgver = 5.2.2
|
||||
pkgrel = 2
|
||||
pkgver = 5.2.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/jakubpawlowicz/clean-css
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = npm
|
||||
depends = nodejs
|
||||
noextract = clean-css-5.2.2.tgz
|
||||
source = https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz
|
||||
sha256sums = 4eedbac6e7157bdd6d0879770359d8d29260cf453564e3dcae098b9413a4b324
|
||||
noextract = clean-css-5.2.4.tgz
|
||||
source = https://registry.npmjs.org/clean-css/-/clean-css-5.2.4.tgz
|
||||
sha256sums = 0c4117df888153a92cdb235a4338ba8820042cc08d0ca256a5a188509293b296
|
||||
|
||||
pkgname = nodejs-clean-css
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
_npmname=clean-css
|
||||
pkgname=nodejs-$_npmname
|
||||
pkgver=5.2.2
|
||||
pkgrel=2
|
||||
pkgver=5.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="A fast, efficient, and well tested CSS minifier for node.js."
|
||||
arch=('any')
|
||||
url="https://github.com/jakubpawlowicz/clean-css"
|
||||
|
@ -13,7 +13,7 @@ depends=('nodejs')
|
|||
makedepends=('npm')
|
||||
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
|
||||
noextract=($_npmname-$pkgver.tgz)
|
||||
sha256sums=('4eedbac6e7157bdd6d0879770359d8d29260cf453564e3dcae098b9413a4b324')
|
||||
sha256sums=('0c4117df888153a92cdb235a4338ba8820042cc08d0ca256a5a188509293b296')
|
||||
|
||||
package() {
|
||||
npm install -g --prefix "$pkgdir/usr" --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$pkgver.tgz
|
||||
|
|
Loading…
Reference in a new issue