summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Debucquoy2024-01-25 21:20:01 +0100
committerAnthony Debucquoy2024-01-25 21:20:01 +0100
commitfdeef46cf89eecc267b13aa2c4595e21f3d45fef (patch)
treec65e4994990ca7ade903bb4cf73bfcc676c25e25 /PKGBUILD
parentb0723e3482e97c2d8c40d731140fc00b83242281 (diff)
downloadaur-fdeef46cf89eecc267b13aa2c4595e21f3d45fef.tar.gz
Update to 1.9.0
Feat: support trailers(#76)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b860e9cf7f60..5af0999fe443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Debucquoy Anthony (tonitch) <d.tonitch@gmail.com>
pkgname=better-commits
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="A CLI for creating better commits following the conventional commit guidelines."
arch=(any)
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('npm')
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-sha256sums=('db9bf8b448c9280c41952209c406e28042b6261a3c33d87dede629fda6715f4b')
+sha256sums=('8a8d4ce471b3c5d03c33c2f39edbb40a5156341a4386a72104a2a74f97f88ba6')
package() {
npm install -g --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"