[neon/snap-packaging/qt6-snap-runtime/work.core24] /: Fix version for realz

Scarlett Moore null at kde.org
Tue Feb 4 16:25:46 GMT 2025


Git commit 91aeb8b49558febace03a9ad0391c317645640c4 by Scarlett Moore.
Committed on 04/02/2025 at 16:25.
Pushed by scarlettmoore into branch 'work.core24'.

Fix version for realz

M  +1    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/91aeb8b49558febace03a9ad0391c317645640c4

diff --git a/snapcraft.yaml b/snapcraft.yaml
index e2ddf2e..1060d8c 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -37,7 +37,7 @@ parts:
     stage-snaps: [kde-qt6-core24-sdk/latest/stable]
     override-stage: |
       craftctl default
-      craftctl set version=$(yq '.version' $CRAFT_PART_INSTALL/kde-qt6-core24-sdk/install/meta.kde-qt6-core24-sdk/snap.yaml)
+      craftctl set version=$(yq '.version' $CRAFT_PART_INSTALL/meta.kde-qt6-core24-sdk/snap.yaml)
     stage:
       - lib/*/bindtextdomain.so
       - usr


More information about the Neon-commits mailing list