diff --git a/mingw-w64-python-faker/PKGBUILD b/mingw-w64-python-faker/PKGBUILD index f85a15ebf4..294ed9db45 100644 --- a/mingw-w64-python-faker/PKGBUILD +++ b/mingw-w64-python-faker/PKGBUILD @@ -12,8 +12,8 @@ pkgdesc="Faker generates fake data for you (mingw-w64)" arch=('any') url="https://faker.readthedocs.io/en/master/" license=('MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python-python_dateutil" - "${MINGW_PACKAGE_PREFIX}-python-text_unidecode") +depends=("${MINGW_PACKAGE_PREFIX}-python-dateutil" + "${MINGW_PACKAGE_PREFIX}-python-text-unidecode") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser" "${MINGW_PACKAGE_PREFIX}-python-mock"