upgpkg: nodejs-csso 5.0.5-1
upstream release
This commit is contained in:
parent
c3cbbb539c
commit
ac9facc2b8
2 changed files with 5 additions and 5 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.3
|
pkgver = 5.0.5
|
||||||
pkgrel = 1
|
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.3.tgz
|
source = https://registry.npmjs.org/csso/-/csso-5.0.5.tgz
|
||||||
sha256sums = a6ee6c6b6c2d09abe59bb5f435ce20156f96fd84043c52d02e20032363689afe
|
sha256sums = f7605918aff2de20dd00b741edbc888f0f8ec0f79c060745c987a1ef50e54fd8
|
||||||
|
|
||||||
pkgname = nodejs-csso
|
pkgname = nodejs-csso
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=nodejs-csso
|
pkgname=nodejs-csso
|
||||||
_npmname=csso
|
_npmname=csso
|
||||||
pkgver=5.0.3
|
pkgver=5.0.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="CSS minifier with structural optimisations"
|
pkgdesc="CSS minifier with structural optimisations"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -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=('a6ee6c6b6c2d09abe59bb5f435ce20156f96fd84043c52d02e20032363689afe')
|
sha256sums=('f7605918aff2de20dd00b741edbc888f0f8ec0f79c060745c987a1ef50e54fd8')
|
||||||
|
|
||||||
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