From db59a9dd261d5113694091a0b0c4e3cd9c43f131 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 20 Oct 2022 06:11:53 +0000 Subject: [PATCH] python-sphinx: update to 5.3.0 --- mingw-w64-python-sphinx/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-sphinx/PKGBUILD b/mingw-w64-python-sphinx/PKGBUILD index cbb32d9787..ce42fd7fd4 100644 --- a/mingw-w64-python-sphinx/PKGBUILD +++ b/mingw-w64-python-sphinx/PKGBUILD @@ -8,7 +8,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=5.2.3 +pkgver=5.3.0 pkgrel=1 pkgdesc="Python documentation generator (mingw-w64)" arch=('any') @@ -41,7 +41,7 @@ optdepends=( ) checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("${_pyname}-${pkgver}.tar.gz"::"https://pypi.org/packages/source/S/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('5b10cb1022dac8c035f75767799c39217a05fc0fe2d6fe5597560d38e44f0363') +sha256sums=('51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5') prepare() { rm -rf python-build-${MSYSTEM} | true