diff --git a/mingw-w64-python-debugpy/PKGBUILD b/mingw-w64-python-debugpy/PKGBUILD index 8a75531a41..0736c490ad 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.8.15 +pkgver=1.8.16 pkgrel=1 pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('58d7a20b7773ab5ee6bdfb2e6cf622fdf1e40c9d5aef2857d85391526719ac00') +sha256sums=('31e69a1feb1cf6b51efbed3f6c9b0ef03bc46ff050679c4be7ea6d2e23540870') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"