upgpkg: python-commitizen 2.28.0-1
This commit is contained in:
parent
a58343951a
commit
c9598e4f06
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
||||
# Contributor: Jayson Reis <santosdosreis@gmail.com>
|
||||
|
||||
_pkgname=commitizen
|
||||
pkgname=python-commitizen
|
||||
pkgver=2.27.1
|
||||
_pkgname="${pkgname#python-}"
|
||||
pkgver=2.28.0
|
||||
pkgrel=1
|
||||
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
|
||||
arch=('any')
|
||||
|
@ -30,7 +30,7 @@ makedepends=(
|
|||
)
|
||||
provides=('cz' 'git-cz')
|
||||
conflicts=('nodejs-commitizen' 'commitizen-go')
|
||||
_commit='afa0d93544405bb0a871b5072e0a814720d933be'
|
||||
_commit='234765d2a580b026217700315194912c8798d059'
|
||||
source=("$pkgname::git+$url.git#commit=$_commit")
|
||||
b2sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue