diff --git a/mingw-w64-python-debugpy/PKGBUILD b/mingw-w64-python-debugpy/PKGBUILD index ae832c3401..646a088090 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.2 +pkgver=1.8.5 pkgrel=1 pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)" arch=('any') @@ -20,8 +20,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") +options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip") -sha256sums=('95378ed08ed2089221896b9b3a8d021e642c24edc8fef20e5d4342ca8be65c00') +sha256sums=('b2112cfeb34b4507399d298fe7023a16656fc553ed5246536060ca7bd0e668d0') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"