Bump to 4.1.11

This commit is contained in:
Mario Finelli 2018-05-17 19:05:36 -04:00
parent c81a16ec52
commit 47a1464abf
2 changed files with 6 additions and 7 deletions

View file

@ -1,15 +1,15 @@
pkgbase = nodejs-clean-css
pkgdesc = A fast, efficient, and well tested CSS minifier for node.js.
pkgver = 4.1.9
pkgver = 4.1.11
pkgrel = 1
url = https://github.com/jakubpawlowicz/clean-css
arch = any
license = MIT
makedepends = npm
depends = nodejs
noextract = clean-css-4.1.9.tgz
source = https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz
sha256sums = a474469c4af681b798f5e9a6e97c1309a3124ad333e4e6f562ab8b3f8f19e04d
noextract = clean-css-4.1.11.tgz
source = https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz
sha256sums = 7c00a726fad4e59d383af5f665b993e0ee9917bfb702c488e28db80901e37052
pkgname = nodejs-clean-css

View file

@ -2,7 +2,7 @@
_npmname=clean-css
pkgname=nodejs-$_npmname
pkgver=4.1.9
pkgver=4.1.11
pkgrel=1
pkgdesc="A fast, efficient, and well tested CSS minifier for node.js."
arch=('any')
@ -12,7 +12,7 @@ depends=('nodejs')
makedepends=('npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
sha256sums=('a474469c4af681b798f5e9a6e97c1309a3124ad333e4e6f562ab8b3f8f19e04d')
sha256sums=('7c00a726fad4e59d383af5f665b993e0ee9917bfb702c488e28db80901e37052')
package() {
npm install \
@ -20,7 +20,6 @@ package() {
--prefix "$pkgdir/usr" \
"$srcdir"/$_npmname-$pkgver.tgz
rm -r "$pkgdir"/usr/etc
find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
install -Dm0644 "$pkgdir/usr/lib/node_modules/$_npmname/LICENSE" \