upgpkg: better-commits-1.18.1-1: new upstream release

This commit is contained in:
Christian Schendel 2025-11-06 20:28:45 +01:00
parent 47fe076873
commit d4f946ee5b
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
pkgbase = better-commits pkgbase = better-commits
pkgdesc = A CLI for creating better commits following the conventional commit guidelines. pkgdesc = A CLI for creating better commits following the conventional commit guidelines.
pkgver = 1.17.1 pkgver = 1.18.1
pkgrel = 1 pkgrel = 1
url = https://github.com/Everduin94/better-commits url = https://github.com/Everduin94/better-commits
arch = any arch = any
license = MIT license = MIT
makedepends = npm makedepends = npm
depends = nodejs depends = nodejs
noextract = better-commits-1.17.1.tgz noextract = better-commits-1.18.1.tgz
source = https://registry.npmjs.org/better-commits/-/better-commits-1.17.1.tgz source = https://registry.npmjs.org/better-commits/-/better-commits-1.18.1.tgz
b2sums = 73aa7c4cd354fda717423be143c6bd2210a51df383d2c04fc6866a07496e5291a5a848c6f84e07b93e94bee0c5b2a7f1be352ff6faba9fa883550649e881013c b2sums = ae06da886a20a06e6c4c9c5a61c723ac76cc8c4b139856119923e2c5117cf9ca9bd77381b6776a4680ce9cbe1d9e0d2a6315335d57aea122ebfb96f286c20a92
pkgname = better-commits pkgname = better-commits

View file

@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com> # Maintainer: Christian Schendel <doppelhelix@gmail.com>
# Contributor: Debucquoy Anthony (tonitch) <d.tonitch@gmail.com> # Contributor: Debucquoy Anthony (tonitch) <d.tonitch@gmail.com>
pkgname=better-commits pkgname=better-commits
pkgver=1.17.1 pkgver=1.18.1
pkgrel=1 pkgrel=1
pkgdesc="A CLI for creating better commits following the conventional commit guidelines." pkgdesc="A CLI for creating better commits following the conventional commit guidelines."
arch=(any) arch=(any)
@ -16,7 +16,7 @@ makedepends=(
npm npm
) )
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz") source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
b2sums=('73aa7c4cd354fda717423be143c6bd2210a51df383d2c04fc6866a07496e5291a5a848c6f84e07b93e94bee0c5b2a7f1be352ff6faba9fa883550649e881013c') b2sums=('ae06da886a20a06e6c4c9c5a61c723ac76cc8c4b139856119923e2c5117cf9ca9bd77381b6776a4680ce9cbe1d9e0d2a6315335d57aea122ebfb96f286c20a92')
noextract=("${pkgname}-${pkgver}.tgz") noextract=("${pkgname}-${pkgver}.tgz")
package() { package() {