diff --git a/mingw-w64-python-hypothesis/PKGBUILD b/mingw-w64-python-hypothesis/PKGBUILD index 1a69e5729a..cc9625a07e 100644 --- a/mingw-w64-python-hypothesis/PKGBUILD +++ b/mingw-w64-python-hypothesis/PKGBUILD @@ -3,7 +3,7 @@ _realname=hypothesis pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.140.2 +pkgver=6.140.3 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -15,6 +15,7 @@ msys2_documentation_url='https://hypothesis.readthedocs.io/' msys2_changelog_url='https://hypothesis.readthedocs.io/en/latest/changes.html' msys2_references=( 'archlinux: python-hypothesis' + 'cygwin: python-hypothesis' 'gentoo: dev-python/hypothesis' 'purl: pkg:pypi/hypothesis' ) @@ -33,7 +34,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=('b3b4a162134eeef8a992621de6c43d80e03d44704a3c3bfb5b9d0661b375b0d2') +sha256sums=('4f4a09bf77af21e0cc3dffed1ea639812dc75d38f81308ec9fb0e33f8557b0cb') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"