summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2021-07-29 07:39:40 -0400
committerMario Finelli2021-07-29 07:39:40 -0400
commit9fcfe7870bc9d7f9efd5a543ca2aa2bb171a90bf (patch)
tree13fa1e72363eefbdd4a66bae5da221fe95f50a81 /PKGBUILD
parent7925291f405976be772314534392a1343b1c4f74 (diff)
downloadaur-9fcfe7870bc9d7f9efd5a543ca2aa2bb171a90bf.tar.gz
upgpkg: nodejs-clean-css-cli 5.3.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f131f83018a0..8be119b2a53c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_npmname=clean-css-cli
pkgname=nodejs-$_npmname
-pkgver=5.3.0
-pkgrel=2
+pkgver=5.3.2
+pkgrel=1
pkgdesc="The command line interface to clean-css CSS optimizer"
arch=(any)
url=https://github.com/jakubpawlowicz/clean-css-cli
@@ -12,7 +12,7 @@ depends=(nodejs)
makedepends=(npm)
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('a3f07a4ab48216e13d7027e9d22a0e0d00bd60c30ee40bc3926b9162ef48f283')
+sha256sums=('8f74b86660da38d9e52775aea5ac056c80fa30b450a3972f6ec5951ec11218ba')
package() {
npm install --global \