upgpkg: nodejs-csso 5.0.3-1

upstream release
This commit is contained in:
Cedric Girard 2022-03-09 15:54:36 +01:00
parent 1d68a3054c
commit 41c345fbf2
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = nodejs-csso
pkgdesc = CSS minifier with structural optimisations
pkgver = 5.0.2
pkgver = 5.0.3
pkgrel = 1
url = https://github.com/css/csso
arch = any
license = MIT
makedepends = npm
depends = nodejs
source = https://registry.npmjs.org/csso/-/csso-5.0.2.tgz
sha256sums = 14dae0e187ecea198e950c10a1b906754c053cc2b4b2966cb150effc8fc273f0
source = https://registry.npmjs.org/csso/-/csso-5.0.3.tgz
sha256sums = a6ee6c6b6c2d09abe59bb5f435ce20156f96fd84043c52d02e20032363689afe
pkgname = nodejs-csso

View File

@ -2,7 +2,7 @@
pkgname=nodejs-csso
_npmname=csso
pkgver=5.0.2
pkgver=5.0.3
pkgrel=1
pkgdesc="CSS minifier with structural optimisations"
arch=('any')
@ -11,7 +11,7 @@ license=('MIT')
depends=('nodejs')
makedepends=('npm')
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
sha256sums=('14dae0e187ecea198e950c10a1b906754c053cc2b4b2966cb150effc8fc273f0')
sha256sums=('a6ee6c6b6c2d09abe59bb5f435ce20156f96fd84043c52d02e20032363689afe')
package() {
npm install -g --prefix "$pkgdir"/usr --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$pkgver.tgz