diff --git a/mingw-w64-python-soupsieve/PKGBUILD b/mingw-w64-python-soupsieve/PKGBUILD index c45cc0917b..c1d7715c51 100644 --- a/mingw-w64-python-soupsieve/PKGBUILD +++ b/mingw-w64-python-soupsieve/PKGBUILD @@ -3,7 +3,7 @@ _realname=soupsieve pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.8 +pkgver=2.8.1 pkgrel=1 pkgdesc="A CSS4 selector implementation for Beautiful Soup (mingw-w64)" arch=('any') @@ -26,7 +26,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-beautifulsoup4" "${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-pytest-cov") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e2dd4a40a628cb5f28f6d4b0db8800b8f581b65bb380b97de22ba5ca8d72572f') +sha256sums=('4cf733bc50fa805f5df4b8ef4740fc0e0fa6218cf3006269afd3f9d6d80fd350') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"