From df642bc804ce64ff913e45c04bfefc12e41a8fbc Mon Sep 17 00:00:00 2001 From: Zhou Qiankang Date: Tue, 18 Nov 2025 18:33:32 +0800 Subject: [PATCH] remove pi-heif from pyproject.toml Signed-off-by: Zhou Qiankang --- mingw-w64-ocrmypdf/PKGBUILD | 1 + 1 file changed, 1 insertion(+) 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 }