diff --git a/mingw-w64-python-patsy/PKGBUILD b/mingw-w64-python-patsy/PKGBUILD index df2d6c3fbd..b83ae499af 100644 --- a/mingw-w64-python-patsy/PKGBUILD +++ b/mingw-w64-python-patsy/PKGBUILD @@ -6,8 +6,8 @@ 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=0.5.2 -pkgrel=3 +pkgver=0.5.3 +pkgrel=1 pkgdesc="A Python package for describing statistical models and for building design matrices (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-numpy" optdepends=("${MINGW_PACKAGE_PREFIX}-python-scipy: needed for spline-related functions") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.python.org/packages/source/p/patsy/${_realname}-${pkgver}.tar.gz") -sha256sums=('5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d') +sha256sums=('bdc18001875e319bc91c812c1eb6a10be4bb13cb81eb763f466179dca3b67277') prepare() { cd "${srcdir}"