[neon/neon-packaging/neochat/Neon/release] /: use the download tar as the neon CI will update this magically

Jonathan Riddell null at kde.org
Mon Jun 7 19:05:38 BST 2021


Git commit ace486ad7ec1f4fdfd515d23431c4c703ab3573e by Jonathan Riddell.
Committed on 07/06/2021 at 18:05.
Pushed by jriddell into branch 'Neon/release'.

use the download tar as the neon CI will update this magically

M  +1    -6    snapcraft.yaml

https://invent.kde.org/neon/neon-packaging/neochat/commit/ace486ad7ec1f4fdfd515d23431c4c703ab3573e

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 25f19da..90cc502 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,10 +1,7 @@
 ---
 name: neochat
 base: core20
-version: "1.2"
-
 adopt-info: neochat
-
 grade: stable
 confinement: strict
 
@@ -87,9 +84,7 @@ parts:
     - libmatrixclient
     - qqc2desktopstyle
     - kquickimageeditor
-    source: https://invent.kde.org/network/neochat.git
-    source-tag: "v$SNAPCRAFT_PROJECT_VERSION"
-    source-depth: 0
+    source: https://download.kde.org/stable/neochat/1.2.0/neochat-1.2.0.tar.xz
     plugin: cmake
     cmake-parameters:
     - -DCMAKE_INSTALL_PREFIX=/usr


More information about the Neon-commits mailing list