diff --git a/mingw-w64-python-poetry/PKGBUILD b/mingw-w64-python-poetry/PKGBUILD index 5057a3571e68..a469c7d5de3a 100644 --- a/mingw-w64-python-poetry/PKGBUILD +++ b/mingw-w64-python-poetry/PKGBUILD @@ -4,7 +4,7 @@ _realname=poetry pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python dependency management and packaging made easy (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -37,6 +37,7 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-trove-classifiers" "${MINGW_PACKAGE_PREFIX}-python-virtualenv" "${MINGW_PACKAGE_PREFIX}-python-urllib3" + "${MINGW_PACKAGE_PREFIX}-python-lockfile" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") sha256sums=('d42943b44e80f5afafebdb696393cbdbcc750aecfaa6801174a4da42147c73fc')