diff --git a/mingw-w64-python-wrapt/PKGBUILD b/mingw-w64-python-wrapt/PKGBUILD index 3b8cf31468..a3344cc832 100644 --- a/mingw-w64-python-wrapt/PKGBUILD +++ b/mingw-w64-python-wrapt/PKGBUILD @@ -3,12 +3,13 @@ _realname=wrapt pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.17.2 +pkgver=1.17.3 pkgrel=1 pkgdesc="A Python module for decorators, wrappers and monkey patching (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://pypi.python.org/pypi/wrapt" +msys2_repository_url='https://github.com/GrahamDumpleton/wrapt' msys2_references=( 'purl: pkg:pypi/wrapt' ) @@ -19,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3') +sha256sums=('f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"