python-sphinx: update to 7.2.5

This commit is contained in:
Biswapriyo Nath
2023-09-02 17:53:29 +00:00
parent 5b380f90b8
commit bb09120db7

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=7.2.3
pkgver=7.2.5
pkgrel=1
pkgdesc="Python documentation generator (mingw-w64)"
arch=('any')
@@ -43,7 +43,7 @@ if [[ ${CARCH} != i686 ]]; then
fi
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('ece68bb4d77b7dc090573825db45a6f9183e74098d1c21573485de250b1d1e3f')
sha256sums=('1a9290001b75c497fd087e92b0334f1bbfa1a1ae7fddc084990c4b7bd1130b88')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"