From 492a67ff032b58b1d5e1f04cfb4679e566d3f604 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 7 Feb 2023 06:23:03 +0000 Subject: [PATCH] python-mistune: update to 2.0.5 --- mingw-w64-python-mistune/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-mistune/PKGBUILD b/mingw-w64-python-mistune/PKGBUILD index fa51f6fb37..c477420140 100644 --- a/mingw-w64-python-mistune/PKGBUILD +++ b/mingw-w64-python-mistune/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2.0.4 +pkgver=2.0.5 pkgrel=1 pkgdesc="The fastest markdown parser in pure Python with renderer feature (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-wheel") source=("${_realname}-${pkgver}.tar.gz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz") -sha256sums=('04d862e67524acb83108199215589135616a7889b2a435ae091eab09cb5fd593') +sha256sums=('49cc615cdd55c52a29815053bf11f7397ce3812b04b0fdf17375d69fc1d2aee7') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"