diff --git a/mingw-w64-python-pyproject-hooks/PKGBUILD b/mingw-w64-python-pyproject-hooks/PKGBUILD index e1e9f70cba..117d87e3a2 100644 --- a/mingw-w64-python-pyproject-hooks/PKGBUILD +++ b/mingw-w64-python-pyproject-hooks/PKGBUILD @@ -4,8 +4,8 @@ _pyname=pyproject_hooks _realname=pyproject-hooks pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.1.0 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc="A low-level library for calling build-backends in pyproject.toml-based project (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -24,7 +24,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-installer" ) source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965') +sha256sums=('1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8') build() { cp -r "${_pyname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"