diff --git a/mingw-w64-python-poetry/PKGBUILD b/mingw-w64-python-poetry/PKGBUILD index 8433baedb3..cf3e15d286 100644 --- a/mingw-w64-python-poetry/PKGBUILD +++ b/mingw-w64-python-poetry/PKGBUILD @@ -3,7 +3,7 @@ _realname=poetry pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.4.2 +pkgver=1.5.0 pkgrel=1 pkgdesc="Python dependency management and packaging made easy (mingw-w64)" arch=('any') @@ -41,7 +41,7 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-urllib3" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('0bd580a42482579635e774c5286ef73b8df3427567123cdb128b286cec671b3c') +sha256sums=('4fc7d37cf400739dcfcbb666db97fd74c46eaae119dd6ed9c8d5dd7e32c6f06a') build() { cd "${srcdir}/${_realname}-${pkgver}"