diff --git a/mingw-w64-python-debugpy/PKGBUILD b/mingw-w64-python-debugpy/PKGBUILD index aa6e899909..eb95236d28 100644 --- a/mingw-w64-python-debugpy/PKGBUILD +++ b/mingw-w64-python-debugpy/PKGBUILD @@ -3,7 +3,7 @@ _realname=debugpy pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.6.4 +pkgver=1.6.5 pkgrel=1 pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip") -sha256sums=('d5ab9bd3f4e7faf3765fd52c7c43c074104ab1e109621dc73219099ed1a5399d') +sha256sums=('5e55e6c79e215239dd0794ee0bf655412b934735a58e9d705e5c544f596f1603') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"