upgpkg: nodejs-csso 5.0.0-1
upstream release
This commit is contained in:
parent
3b409133a7
commit
bd4b263b72
2 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
||||||
pkgbase = nodejs-csso
|
pkgbase = nodejs-csso
|
||||||
pkgdesc = CSS minifier with structural optimisations
|
pkgdesc = CSS minifier with structural optimisations
|
||||||
pkgver = 4.2.0
|
pkgver = 5.0.0
|
||||||
pkgrel = 2
|
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-4.2.0.tgz
|
source = https://registry.npmjs.org/csso/-/csso-5.0.0.tgz
|
||||||
sha256sums = 4b9b8c96cb4082224fec97d9050c48b1877bd03fab6332b2cb4b649b0f71f948
|
sha256sums = 5786f51f021300198086494a2a04aa4baf6126f0d39d3a749c28f293655fb893
|
||||||
|
|
||||||
pkgname = nodejs-csso
|
pkgname = nodejs-csso
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||||
|
|
||||||
pkgname=nodejs-csso
|
pkgname=nodejs-csso
|
||||||
pkgver=4.2.0
|
pkgver=5.0.0
|
||||||
pkgrel=2
|
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"
|
||||||
|
@ -10,7 +10,7 @@ license=('MIT')
|
||||||
depends=('nodejs')
|
depends=('nodejs')
|
||||||
makedepends=('npm')
|
makedepends=('npm')
|
||||||
source=("https://registry.npmjs.org/csso/-/csso-$pkgver.tgz")
|
source=("https://registry.npmjs.org/csso/-/csso-$pkgver.tgz")
|
||||||
sha256sums=('4b9b8c96cb4082224fec97d9050c48b1877bd03fab6332b2cb4b649b0f71f948')
|
sha256sums=('5786f51f021300198086494a2a04aa4baf6126f0d39d3a749c28f293655fb893')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
npm install -g --prefix "$pkgdir"/usr "$srcdir"/csso-$pkgver.tgz
|
npm install -g --prefix "$pkgdir"/usr "$srcdir"/csso-$pkgver.tgz
|
||||||
|
|
Loading…
Reference in a new issue