diff --git a/mingw-w64-python-pycodestyle/PKGBUILD b/mingw-w64-python-pycodestyle/PKGBUILD index 5fbdcdfe68..148d8b8e5e 100644 --- a/mingw-w64-python-pycodestyle/PKGBUILD +++ b/mingw-w64-python-pycodestyle/PKGBUILD @@ -3,8 +3,8 @@ _realname=pycodestyle pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.12.1 -pkgrel=2 +pkgver=2.13.0 +pkgrel=1 pkgdesc="Python style guide checker (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521') +sha256sums=('c8415bf09abe81d9c7f872502a6eee881fbe85d8763dd5b9924bb0a01d67efae') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"