upgpkg: python-commitizen 2.32.7-2
This commit is contained in:
parent
ba8aa70a1b
commit
3f1f971a39
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
pkgname=python-commitizen
|
pkgname=python-commitizen
|
||||||
_pkgname="${pkgname#python-}"
|
_pkgname="${pkgname#python-}"
|
||||||
pkgver=2.32.7
|
pkgver=2.32.7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
|
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/commitizen-tools/commitizen'
|
url='https://github.com/commitizen-tools/commitizen'
|
||||||
|
@ -21,6 +21,7 @@ depends=(
|
||||||
'python-pyaml'
|
'python-pyaml'
|
||||||
'python-argcomplete'
|
'python-argcomplete'
|
||||||
'python-prompt_toolkit'
|
'python-prompt_toolkit'
|
||||||
|
'python-charset-normalizer'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
|
|
Loading…
Reference in a new issue