summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Debucquoy2024-02-13 21:35:26 +0100
committerAnthony Debucquoy2024-02-13 21:35:26 +0100
commit8de55aa8a79e66b62f1742c1ac32363f16382dba (patch)
treed8e5af61310dcd32049c43d688da932b30678b22
parent2c71dbc8042bb1b134416a062b6c939f2bd049ae (diff)
downloadaur-8de55aa8a79e66b62f1742c1ac32363f16382dba.tar.gz
edit and confirm with editor
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b563203719b5..a8fb09eb8372 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.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/Everduin94/better-commits
arch = any
license = MIT
makedepends = npm
- noextract = better-commits-1.11.0.tgz
- source = https://registry.npmjs.org/better-commits/-/better-commits-1.11.0.tgz
- sha256sums = 7b955b87446f1410ca15e958b932b5ac2b324b441012dd355070d9bc7f58dd8a
+ noextract = better-commits-1.12.0.tgz
+ source = https://registry.npmjs.org/better-commits/-/better-commits-1.12.0.tgz
+ sha256sums = 94fc71bc923a379950379162ff405c712dca14bc5261ab1866851250ada04a63
pkgname = better-commits
diff --git a/PKGBUILD b/PKGBUILD
index 2c56c01e2d5a..d3b4fab17ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Debucquoy Anthony (tonitch) <d.tonitch@gmail.com>
pkgname=better-commits
-pkgver=1.11.0
+pkgver=1.12.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=('7b955b87446f1410ca15e958b932b5ac2b324b441012dd355070d9bc7f58dd8a')
+sha256sums=('94fc71bc923a379950379162ff405c712dca14bc5261ab1866851250ada04a63')
package() {
npm install -g --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"