[plasma-mobile/calindori] /: CI: Flatpak: Use kpeople from git master
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ab44705b4388e06509b864d89a5d45c90f87285e by Justin Zobel, on behalf of Justin Zobel.
Committed on 06/08/2026 at 04:36.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Use kpeople from git master
M +2 -9 .flatpak-manifest.json
https://invent.kde.org/plasma-mobile/calindori/-/commit/ab44705b4388e06509b864d89a5d45c90f87285e
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 9797813..4a68bed 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -30,15 +30,8 @@
"buildsystem": "cmake-ninja",
"sources": [
{
- "type": "archive",
- "url": "https://download.kde.org/stable/frameworks/6.28/kpeople-6.28.0.tar.xz",
- "sha256": "a5bcf11a6cbca46d4bf83399fe9c0c3c9aaf228be81b05ba966a4ba51256fd0a",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 8762,
- "stable-only": true,
- "url-template": "https://download.kde.org/stable/frameworks/${major}.${minor}/kpeople-$version.tar.xz"
- }
+ "type": "git",
+ "url": "https://invent.kde.org/frameworks/kpeople.git"
}
]
},