upgpkg: better-commits-1.18.1-1: new upstream release
This commit is contained in:
parent
47fe076873
commit
d4f946ee5b
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = better-commits
|
||||
pkgdesc = A CLI for creating better commits following the conventional commit guidelines.
|
||||
pkgver = 1.17.1
|
||||
pkgver = 1.18.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Everduin94/better-commits
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = npm
|
||||
depends = nodejs
|
||||
noextract = better-commits-1.17.1.tgz
|
||||
source = https://registry.npmjs.org/better-commits/-/better-commits-1.17.1.tgz
|
||||
b2sums = 73aa7c4cd354fda717423be143c6bd2210a51df383d2c04fc6866a07496e5291a5a848c6f84e07b93e94bee0c5b2a7f1be352ff6faba9fa883550649e881013c
|
||||
noextract = better-commits-1.18.1.tgz
|
||||
source = https://registry.npmjs.org/better-commits/-/better-commits-1.18.1.tgz
|
||||
b2sums = ae06da886a20a06e6c4c9c5a61c723ac76cc8c4b139856119923e2c5117cf9ca9bd77381b6776a4680ce9cbe1d9e0d2a6315335d57aea122ebfb96f286c20a92
|
||||
|
||||
pkgname = better-commits
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||
# Contributor: Debucquoy Anthony (tonitch) <d.tonitch@gmail.com>
|
||||
pkgname=better-commits
|
||||
pkgver=1.17.1
|
||||
pkgver=1.18.1
|
||||
pkgrel=1
|
||||
pkgdesc="A CLI for creating better commits following the conventional commit guidelines."
|
||||
arch=(any)
|
||||
|
|
@ -16,7 +16,7 @@ makedepends=(
|
|||
npm
|
||||
)
|
||||
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
|
||||
b2sums=('73aa7c4cd354fda717423be143c6bd2210a51df383d2c04fc6866a07496e5291a5a848c6f84e07b93e94bee0c5b2a7f1be352ff6faba9fa883550649e881013c')
|
||||
b2sums=('ae06da886a20a06e6c4c9c5a61c723ac76cc8c4b139856119923e2c5117cf9ca9bd77381b6776a4680ce9cbe1d9e0d2a6315335d57aea122ebfb96f286c20a92')
|
||||
noextract=("${pkgname}-${pkgver}.tgz")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue