python-rich: Update to 13.9.4

This commit is contained in:
Christoph Reiter
2025-01-06 11:16:38 +01:00
parent 3604c87de5
commit 279fb22dbb

View File

@@ -3,8 +3,8 @@
_realname=rich
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=13.9.2
pkgrel=2
pkgver=13.9.4
pkgrel=1
pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-poetry-core")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c')
sha256sums=('439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"