diff --git a/mingw-w64-python-astroid/PKGBUILD b/mingw-w64-python-astroid/PKGBUILD index cbead559c0..e7bbab01f5 100644 --- a/mingw-w64-python-astroid/PKGBUILD +++ b/mingw-w64-python-astroid/PKGBUILD @@ -3,7 +3,7 @@ _realname=astroid pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.3.8 +pkgver=3.3.9 pkgrel=1 pkgdesc="A common base representation of python source code for pylint and other projects (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-attrs" "${MINGW_PACKAGE_PREFIX}-python-six" "${MINGW_PACKAGE_PREFIX}-python-sphinx") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b') +sha256sums=('622cc8e3048684aa42c820d9d218978021c3c3d174fb03a9f0d615921744f550') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"