diff --git a/mingw-w64-python-sphinx/PKGBUILD b/mingw-w64-python-sphinx/PKGBUILD index f0c444bef8..45f3c8e1b3 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=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}"