upgpkg: nodejs-csso 5.0.2-1
upstream release
This commit is contained in:
parent
8d1dad25f9
commit
6be5a6e594
2 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = nodejs-csso
|
pkgbase = nodejs-csso
|
||||||
pkgdesc = CSS minifier with structural optimisations
|
pkgdesc = CSS minifier with structural optimisations
|
||||||
pkgver = 5.0.0
|
pkgver = 5.0.2
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/css/csso
|
url = https://github.com/css/csso
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
source = https://registry.npmjs.org/csso/-/csso-5.0.0.tgz
|
source = https://registry.npmjs.org/csso/-/csso-5.0.2.tgz
|
||||||
sha256sums = 5786f51f021300198086494a2a04aa4baf6126f0d39d3a749c28f293655fb893
|
sha256sums = 14dae0e187ecea198e950c10a1b906754c053cc2b4b2966cb150effc8fc273f0
|
||||||
|
|
||||||
pkgname = nodejs-csso
|
pkgname = nodejs-csso
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
pkgname=nodejs-csso
|
pkgname=nodejs-csso
|
||||||
_npmname=csso
|
_npmname=csso
|
||||||
pkgver=5.0.0
|
pkgver=5.0.2
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="CSS minifier with structural optimisations"
|
pkgdesc="CSS minifier with structural optimisations"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/css/csso"
|
url="https://github.com/css/csso"
|
||||||
|
@ -11,7 +11,7 @@ license=('MIT')
|
||||||
depends=('nodejs')
|
depends=('nodejs')
|
||||||
makedepends=('npm')
|
makedepends=('npm')
|
||||||
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
|
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
|
||||||
sha256sums=('5786f51f021300198086494a2a04aa4baf6126f0d39d3a749c28f293655fb893')
|
sha256sums=('14dae0e187ecea198e950c10a1b906754c053cc2b4b2966cb150effc8fc273f0')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install -g --prefix "$pkgdir"/usr --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$pkgver.tgz
|
npm install -g --prefix "$pkgdir"/usr --cache "${srcdir}/npm-cache" "$srcdir"/$_npmname-$pkgver.tgz
|
||||||
|
|
Loading…
Reference in a new issue