Bump to 4.2.1
This commit is contained in:
parent
47a1464abf
commit
05dd0576c1
2 changed files with 6 additions and 6 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.11
|
pkgver = 4.2.1
|
||||||
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.11.tgz
|
noextract = clean-css-4.2.1.tgz
|
||||||
source = https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz
|
source = https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz
|
||||||
sha256sums = 7c00a726fad4e59d383af5f665b993e0ee9917bfb702c488e28db80901e37052
|
sha256sums = 60b2c9d633fd0843d6eef91fce82b81258d762b0d1bec6ccea7edb275c0ba32f
|
||||||
|
|
||||||
pkgname = nodejs-clean-css
|
pkgname = nodejs-clean-css
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_npmname=clean-css
|
_npmname=clean-css
|
||||||
pkgname=nodejs-$_npmname
|
pkgname=nodejs-$_npmname
|
||||||
pkgver=4.1.11
|
pkgver=4.2.1
|
||||||
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=('7c00a726fad4e59d383af5f665b993e0ee9917bfb702c488e28db80901e37052')
|
sha256sums=('60b2c9d633fd0843d6eef91fce82b81258d762b0d1bec6ccea7edb275c0ba32f')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install \
|
npm install \
|
||||||
|
|
Loading…
Reference in a new issue