upgpkg: nodejs-clean-css 5.2.4-1

upstream release
This commit is contained in:
Cedric Girard 2022-03-09 15:57:35 +01:00
parent 41c345fbf2
commit 69130a396f
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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