Search Criteria
Package Details: ckan 1.36.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ckan.git (read-only, click to copy) |
|---|---|
| Package Base: | ckan |
| Description: | All you need to find, install, and manage mods for Kerbal Space Program (ksp) |
| Upstream URL: | https://github.com/KSP-CKAN/CKAN/ |
| Keywords: | game kerbal ksp manager mod |
| Licenses: | MIT |
| Submitter: | birdspider |
| Maintainer: | Khorne (politas) |
| Last Packager: | Khorne |
| Votes: | 33 |
| Popularity: | 0.90 |
| First Submitted: | 2014-12-30 19:22 (UTC) |
| Last Updated: | 2026-05-12 18:07 (UTC) |
Dependencies (4)
- mono (mono-gitAUR, mono-tracker-gitAUR)
- dotnet-host (dotnet-host-binAUR, dotnet-host-binAUR, dotnet-host-preview-binAUR, dotnet-host-rc-binAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-binAUR) (make)
- msbuild (mono-msbuild-gitAUR, mono-msbuild) (make)
Latest Comments
1 2 3 4 5 Next › Last »
Giantblargg commented on 2026-05-16 05:33 (UTC) (edited on 2026-05-16 05:35 (UTC) by Giantblargg)
.ico files are not recognized by all Desktops, including KDE. Multiple .png should be used instead.
Here's a patch that will install the pngs properly.
codeztech commented on 2026-04-24 19:44 (UTC) (edited on 2026-04-24 19:47 (UTC) by codeztech)
The build currently fails on .NET 8 due to a security audit on log4net (NU1902). I was able to fix it by adding a sed command to the build function to disable NuGetAudit:
build(){ cd "${pkgname^^}-$pkgver"
}
nikitabel229 commented on 2025-04-18 15:06 (UTC) (edited on 2025-04-18 15:06 (UTC) by nikitabel229)
Please add dotnet-sdk-8.0 to makedepends, fails otherwise
tonitch commented on 2021-10-25 19:27 (UTC)
here is the link for proper installation
7thCore commented on 2021-06-02 22:05 (UTC)
Downgrading mono-msbuild to 16.8.xamarinxplat.2020.07.30.15.02-2 solves the System.Reflection.Metadata version 5.0.0.0 problem for me.
gyscos commented on 2021-05-28 18:22 (UTC)
The issue is the
monopackage being too old (and not providingSystem.Reflection.Metadataversion5.0.0.0).Installing
mono-gitinstead should help until the mono package is updated.zegkljan commented on 2021-05-28 07:49 (UTC)
The build fails for me too, identical error and mono[-msbuild] versions as gyscos.
merlinschumacher commented on 2021-05-26 15:12 (UTC)
This fails for me too with the same error as for gyscos
gyscos commented on 2021-05-22 15:23 (UTC)
Building this package is currently failing for me:
I have mono 6.12.0.107-1 and mono-msbuild 16.9.xamarinxplat.2021.03.07.08.05-1 installed.
Xandaros commented on 2020-03-22 11:29 (UTC)
I did not have mono-msbuild installed at all. Instead, I had msbuild-stable. After replacing msbuild-stable with mono-msbuild, it built fine.
Either one fulfils the makedepends requirement, but clearly not all msbuild variants work. Maybe the makedepends should include mono-msbuild instead of any msbuild in general?
1 2 3 4 5 Next › Last »