summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Debucquoy2024-01-18 19:17:31 +0100
committerAnthony Debucquoy2024-01-18 19:17:31 +0100
commitb0723e3482e97c2d8c40d731140fc00b83242281 (patch)
tree728098f06712e5e68cc81cddfa827e85242ee29a
parent83caf17d350081c6b7a4c595d8be30d90b6bc03b (diff)
downloadaur-b0723e3482e97c2d8c40d731140fc00b83242281.tar.gz
Update to 1.8.1
bug-fix: #65 quotes break commit (#67) (b174d80)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7975c4a7c6c8..9767ad1839a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = better-commits
pkgdesc = A CLI for creating better commits following the conventional commit guidelines.
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/Everduin94/better-commits
arch = any
license = MIT
makedepends = npm
- noextract = better-commits-1.8.0.tgz
- source = https://registry.npmjs.org/better-commits/-/better-commits-1.8.0.tgz
- sha256sums = ff54c02e1cd6b3a50bc652e366c95fc19f45d6da3c2ebba781d36fd7a155c1dc
+ noextract = better-commits-1.8.1.tgz
+ source = https://registry.npmjs.org/better-commits/-/better-commits-1.8.1.tgz
+ sha256sums = db9bf8b448c9280c41952209c406e28042b6261a3c33d87dede629fda6715f4b
pkgname = better-commits
diff --git a/PKGBUILD b/PKGBUILD
index f6d4b5bf80ff..b860e9cf7f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Debucquoy Anthony (tonitch) <d.tonitch@gmail.com>
pkgname=better-commits
-pkgver=1.8.0
+pkgver=1.8.1
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=('ff54c02e1cd6b3a50bc652e366c95fc19f45d6da3c2ebba781d36fd7a155c1dc')
+sha256sums=('db9bf8b448c9280c41952209c406e28042b6261a3c33d87dede629fda6715f4b')
package() {
npm install -g --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"