Bump to 4.1.11
This commit is contained in:
parent
c81a16ec52
commit
47a1464abf
2 changed files with 6 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
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 = 4.1.9
|
pkgver = 4.1.11
|
||||||
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-4.1.9.tgz
|
noextract = clean-css-4.1.11.tgz
|
||||||
source = https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz
|
source = https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz
|
||||||
sha256sums = a474469c4af681b798f5e9a6e97c1309a3124ad333e4e6f562ab8b3f8f19e04d
|
sha256sums = 7c00a726fad4e59d383af5f665b993e0ee9917bfb702c488e28db80901e37052
|
||||||
|
|
||||||
pkgname = nodejs-clean-css
|
pkgname = nodejs-clean-css
|
||||||
|
|
||||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_npmname=clean-css
|
_npmname=clean-css
|
||||||
pkgname=nodejs-$_npmname
|
pkgname=nodejs-$_npmname
|
||||||
pkgver=4.1.9
|
pkgver=4.1.11
|
||||||
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')
|
||||||
|
@ -12,7 +12,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=('a474469c4af681b798f5e9a6e97c1309a3124ad333e4e6f562ab8b3f8f19e04d')
|
sha256sums=('7c00a726fad4e59d383af5f665b993e0ee9917bfb702c488e28db80901e37052')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install \
|
npm install \
|
||||||
|
@ -20,7 +20,6 @@ package() {
|
||||||
--prefix "$pkgdir/usr" \
|
--prefix "$pkgdir/usr" \
|
||||||
"$srcdir"/$_npmname-$pkgver.tgz
|
"$srcdir"/$_npmname-$pkgver.tgz
|
||||||
|
|
||||||
rm -r "$pkgdir"/usr/etc
|
|
||||||
find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
|
find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
|
||||||
|
|
||||||
install -Dm0644 "$pkgdir/usr/lib/node_modules/$_npmname/LICENSE" \
|
install -Dm0644 "$pkgdir/usr/lib/node_modules/$_npmname/LICENSE" \
|
||||||
|
|
Loading…
Reference in a new issue