summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2021-05-08 08:18:01 +0200
committerLukas Grossar2021-05-08 08:20:27 +0200
commita0f52ffaded696fb945cd0d52b10f4e1d3df3836 (patch)
tree2e7f407e81daf61b76521c146cf87d158ed2a56e /PKGBUILD
parent637c2dcd96e5258550d4e494ffbb700728918645 (diff)
downloadaur-a0f52ffaded696fb945cd0d52b10f4e1d3df3836.tar.gz
chore: update to v4.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38ef6b24e398..69ee76ce2700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
_npmname=commitizen
pkgname=nodejs-commitizen
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.2.4
+pkgrel=1
pkgdesc="Git plugin to help you write consistent commit messages"
arch=(any)
url="https://github.com/commitizen/cz-cli"
@@ -11,7 +11,7 @@ depends=('nodejs>=10')
makedepends=('npm' 'jq')
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha512sums=('a5895812783b5cc5764d6e31b630ca046a9e2744deab6cf2452c764b7325d570299474a52592bcbe6d4a746725a4c119b8669f6d2e537875c85671e4f11588cd')
+sha512sums=('2e564285b0f383722bdced92ee34a8fdc816a79fd0c3295056be7d2b8c5ac95abc4b8fd174acd2c899208408996477e1879b78a71ba7528c9e8349a5d6affb6b')
package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$_npmname-$pkgver.tgz"