diff --git a/mingw-w64-python-poetry-core/PKGBUILD b/mingw-w64-python-poetry-core/PKGBUILD index d7aaada4ac..c1ab2d2bf8 100644 --- a/mingw-w64-python-poetry-core/PKGBUILD +++ b/mingw-w64-python-poetry-core/PKGBUILD @@ -3,7 +3,7 @@ _realname=poetry-core pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.0.1 +pkgver=2.1.0 pkgrel=1 pkgdesc="Poetry PEP 517 Build Backend (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-mock" "${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157') +sha256sums=('ceea605d31dbae232eee53f81489e4c1de203fc00e7f7e25fd095c8629e5feec') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"