From cd722b1d1da40d9edab4aecd566a9e19d12f313c Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 29 Apr 2026 16:53:25 -0500 Subject: [PATCH] fix(patching): ensure LXST patch script runs during installation in PKGBUILD and CI scripts --- packaging/arch/PKGBUILD | 1 + scripts/ci/github-install-deps.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index badab50..0da8882 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -30,6 +30,7 @@ prepare() { pnpm install poetry install + poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py } build() { diff --git a/scripts/ci/github-install-deps.sh b/scripts/ci/github-install-deps.sh index aaeff74..ae225d5 100755 --- a/scripts/ci/github-install-deps.sh +++ b/scripts/ci/github-install-deps.sh @@ -39,6 +39,7 @@ fi python -m poetry check --lock python -m poetry install --no-interaction --no-ansi +python -m poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py pnpm config set verify-store-integrity true pnpm install --frozen-lockfile