Skip to content

Commit

Permalink
Update repo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed May 10, 2023
1 parent d9debd0 commit b0bbca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apkbuild-parser/repo.ts
Expand Up @@ -153,7 +153,7 @@ export const repository = new Map<string,Package>([
// plasma mobile gear
["alligator", { name: "alligator", repo: "https://invent.kde.org/plasma-mobile/alligator.git", aports_repo: "community"}],
["angelfish", { name: "angelfish", repo: "https://invent.kde.org/plasma-mobile/angelfish.git", aports_repo: "community", skipBuild: true, extraDepends: ["kirigami-addons-dev"]}],
["audiotube", { name: "audiotube", repo: "https://invent.kde.org/plasma-mobile/audiotube.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev"]}],
["audiotube", { name: "audiotube", repo: "https://invent.kde.org/plasma-mobile/audiotube.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev"], skipBuild: true}], // skip audiotube until FutureSQL 5 is in alpine
["calindori", { name: "calindori", repo: "https://invent.kde.org/plasma-mobile/calindori.git", aports_repo: "community"}],
["kalk", { name: "kalk", repo: "https://invent.kde.org/plasma-mobile/kalk.git", aports_repo: "community"}],
["kasts", { name: "kasts", repo: "https://invent.kde.org/plasma-mobile/kasts.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev"]}],
Expand Down

0 comments on commit b0bbca4

Please sign in to comment.