From 9cb0e452cfc1f6bfacd393e8495e397f9082d625 Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Sun, 27 Nov 2022 00:36:57 -0500 Subject: [PATCH] Update repo.ts --- src/apkbuild-parser/repo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apkbuild-parser/repo.ts b/src/apkbuild-parser/repo.ts index 0a55552..5a51176 100755 --- a/src/apkbuild-parser/repo.ts +++ b/src/apkbuild-parser/repo.ts @@ -87,7 +87,7 @@ export const repository = new Map([ ["kcrash", { name: "kcrash", repo: "https://invent.kde.org/frameworks/kcrash.git", aports_repo: "community"}], ["kdav", { name: "kdav", repo: "https://invent.kde.org/frameworks/kdav.git", aports_repo: "community"}], ["kdbusaddons", { name: "kdbusaddons", repo: "https://invent.kde.org/frameworks/kdbusaddons.git", aports_repo: "community"}], - ["kdeclarative", { name: "kdeclarative", repo: "https://invent.kde.org/frameworks/kdeclarative.git", aports_repo: "community", skipBuild: true}], + ["kdeclarative", { name: "kdeclarative", repo: "https://invent.kde.org/frameworks/kdeclarative.git", aports_repo: "community", skipBuild: false}], ["kded", { name: "kded", repo: "https://invent.kde.org/frameworks/kded.git", aports_repo: "community"}], ["kdelibs4support", { name: "kdelibs4support", repo: "https://invent.kde.org/frameworks/kdelibs4support.git", aports_repo: "community"}], ["kdesignerplugin", { name: "kdesignerplugin", repo: "https://invent.kde.org/frameworks/kdesignerplugin.git", aports_repo: "community"}],