diff --git a/mingw-w64-ocrmypdf/PKGBUILD b/mingw-w64-ocrmypdf/PKGBUILD index a1fb4ea319..5735fe2267 100644 --- a/mingw-w64-ocrmypdf/PKGBUILD +++ b/mingw-w64-ocrmypdf/PKGBUILD @@ -37,6 +37,7 @@ sha256sums=('a0f6509e7780b286391f8847fae1811d2b157b14283ad74a2431d6755c5c0ed0') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" + sed -i '/^[[:space:]]*"pi-heif",/d' pyproject.toml ${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation }