From ecf70eb1829816f98ac037912d7c83ccea957b49 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 25 Mar 2026 07:08:42 -0600 Subject: [PATCH] python-apt: apply workaround for locked version --- helpers/make-python-apt | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/make-python-apt b/helpers/make-python-apt index 1a607c12..14d3cad2 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -32,6 +32,7 @@ COMPONENT=main . ./config +FULLVERSION=$(sed -E 's/^(.*)build([0-9]+)trisquel([0-9]+)$/\1trisquel\3~build\2/' <<< $FULLVERSION) # Use git Mirrors.masterlist as source. Mirrors_masterlist=$(mktemp) Mirrors_masterlist_git="trisquel-packages/-/raw/master/extra/mirrors/Mirrors.masterlist"