python-sphinx: update to 5.3.0

This commit is contained in:
Mehdi Chinoune
2022-10-20 06:11:53 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent d93efc4fee
commit db59a9dd26

View File

@@ -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