python-typer: update to 0.19.2

This commit is contained in:
Dirk Stolle 2025-09-23 15:51:05 +02:00
parent d7abe97b57
commit 7b7dc75f2d

View File

@ -3,7 +3,7 @@
_realname=typer
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.19.1
pkgver=0.19.2
pkgrel=1
pkgdesc='Build great CLIs. Easy to code. Based on Python type hints (mingw-w64)'
arch=('any')
@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('cb881433a4b15dacc875bb0583d1a61e78497806741f9aba792abcab390c03e6')
sha256sums=('9ad824308ded0ad06cc716434705f691d4ee0bfd0fb081839d2e426860e7fdca')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"