From 59d3d144ba3345a34232f5b63d031f10de723598 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 6 Nov 2023 14:47:46 +0100 Subject: Do not add .src in the sources --- mga-advisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mga-advisor.py b/mga-advisor.py index 705cf89..6f720eb 100644 --- a/mga-advisor.py +++ b/mga-advisor.py @@ -107,7 +107,7 @@ class Widget(QWidget): pkg = analyze.group(1) sources = self.src_populate(pkg) for source in sources: - suffix = ".src.mga" + source["mga_release"] + suffix = ".mga" + source["mga_release"] if source["repo"] in ("tainted", "nonfree"): suffix += "." + repo self.ui.list_src.addItem( -- cgit v1.2.1