diff --git a/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD b/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD
index e06c6a41fa..fc6ade3595 100644
--- a/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD
+++ b/mingw-w64-python-sphinxcontrib-htmlhelp/PKGBUILD
@@ -4,10 +4,7 @@ _pyname=sphinxcontrib_htmlhelp
_realname=sphinxcontrib-htmlhelp
pkgbase=mingw-w64-python-${_realname}
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.5
+pkgver=2.0.6
pkgrel=1
pkgdesc="Sphinx extension which renders HTML help files (mingw-w64)"
arch=('any')
@@ -25,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015')
+sha256sums=('c6597da06185f0e3b4dc952777a04200611ef563882e0c244d27a15ee22afa73')
build() {
cp -r "${_pyname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"