Skip to content

Commit

Permalink
python-rich: update to 13.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 15, 2024
1 parent baa34c8 commit 8063913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-rich/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=rich
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=13.9.1
pkgver=13.9.2
pkgrel=1
pkgdesc="Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal (mingw-w64)"
arch=('any')
Expand All @@ -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=('097cffdf85db1babe30cc7deba5ab3a29e1b9885047dab24c57e9a7f8a9c1466')
sha256sums=('51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 8063913

Please sign in to comment.