diff --git a/mingw-w64-python-patsy/PKGBUILD b/mingw-w64-python-patsy/PKGBUILD index 3baf9c0947..d784d54a56 100644 --- a/mingw-w64-python-patsy/PKGBUILD +++ b/mingw-w64-python-patsy/PKGBUILD @@ -6,11 +6,11 @@ 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.1 -pkgrel=2 +pkgver=0.5.2 +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') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://github.com/pydata/patsy" license=('BSD') depends=("${MINGW_PACKAGE_PREFIX}-python-numpy") @@ -18,7 +18,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-nose: needed for integrated test sui "${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=('f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991') +sha256sums=('5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d') prepare() { cd "${srcdir}"