From da60fa7c49d67b72fd2c601d981352a13ca5ab45 Mon Sep 17 00:00:00 2001 From: Markus Fritsche Date: Wed, 20 May 2026 12:13:32 +0200 Subject: [PATCH] libva-v4l2-request-fourier: restore epoch=1 Installed systems carry 1:1.0.0.r361.cf8cd9d-1 from an earlier build that had epoch=1. Current PKGBUILD ships 1.0.0.r376.de27e95-1 without epoch, which pacman vercmp ranks BELOW the installed version, so ohm refuses to upgrade with: warning: libva-v4l2-request-fourier: local (1:1.0.0.r361.cf8cd9d-1) is newer than marfrit (1.0.0.r376.de27e95-1) Restoring epoch=1 fixes the monotonic version chain. --- arch/libva-v4l2-request-fourier/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/libva-v4l2-request-fourier/PKGBUILD b/arch/libva-v4l2-request-fourier/PKGBUILD index 56a1772c8..16ee88ade 100644 --- a/arch/libva-v4l2-request-fourier/PKGBUILD +++ b/arch/libva-v4l2-request-fourier/PKGBUILD @@ -21,6 +21,7 @@ # Alternative: boltzmann via his subagent + marfrit-publish. pkgname=libva-v4l2-request-fourier +epoch=1 _upstreampkg=libva-v4l2-request # Pin the fork tip. de27e95 = "v4l2: log error_idx + failing ctrl id -- 2.47.3