upgpkg: python-commitizen 2.32.7-2

This commit is contained in:
George Rawlinson 2022-09-16 00:04:40 +00:00
parent ba8aa70a1b
commit 3f1f971a39
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
pkgname=python-commitizen
_pkgname="${pkgname#python-}"
pkgver=2.32.7
pkgrel=1
pkgrel=2
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
arch=('any')
url='https://github.com/commitizen-tools/commitizen'
@ -21,6 +21,7 @@ depends=(
'python-pyaml'
'python-argcomplete'
'python-prompt_toolkit'
'python-charset-normalizer'
)
makedepends=(
'git'