From 748b2fb3e9ac5b356ce5c22509f25201fafd7f9a Mon Sep 17 00:00:00 2001 From: Markus Fritsche Date: Mon, 20 Jul 2026 10:59:46 +0200 Subject: [PATCH] =?UTF-8?q?reauktion-home-ca:=20bump=20pkgrel=20to=202=20?= =?UTF-8?q?=E2=80=94=20force=20a=20real=20dual-arch=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pkgrel 1 was already live on arch/aarch64 (last-modified 2026-07-18, from an untracked prior attempt, not committed to git). check-already-published.sh only ever probes the aarch64 pool, so with pkgrel 1 my CI job saw skip=1 and never ran its build/sign/publish steps at all — meaning x86_64 never got the package. Bumping pkgrel forces a genuine rebuild through the full dual-arch publish path, and the publish step's repo-remove-then-add also retires the stale untracked -1 db entry. --- arch/reauktion-home-ca/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/reauktion-home-ca/PKGBUILD b/arch/reauktion-home-ca/PKGBUILD index 8d3ee578c..b12cb44b7 100644 --- a/arch/reauktion-home-ca/PKGBUILD +++ b/arch/reauktion-home-ca/PKGBUILD @@ -5,7 +5,7 @@ pkgname=reauktion-home-ca pkgver=20260716 -pkgrel=1 +pkgrel=2 pkgdesc="reauktion.de Home CA trust anchor for internal *.fritz.box HTTPS" arch=('any') url="https://git.reauktion.de/marfrit/marfrit-packages"