惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
小众软件
小众软件
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
B
Blog
量子位
B
Blog RSS Feed
Vercel News
Vercel News
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
Jina AI
Jina AI
C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - sourcegit
2026-06-03 · via AUR Newest Packages

yataro commented on 2026-06-29 07:39 (UTC)

Do a clean rebuild, apparently upstream rewrote git history for Avalonia edit module, regular git update will fail.

yataro commented on 2026-06-26 14:58 (UTC)

Upstream probably did a hard-reset in their AvaloniaEdit fork, I suppose recent Avalonia version change and then more recent revert has do to do something with it. This would be gone when I push new version to AUR, I'm not pushing 2026.13 because it is buggy.

topas-rec commented on 2026-06-26 13:47 (UTC)

I get an error during build, that the commit of the submodule is unknown. That makes sense, since the commit seems to be no longer present in the AvaloniaEdit fork. This can be checked by clicking on the submodule representative in the SourceGit repo for the version 2026.12. Here is a link to the folder, that contains the submodule: https://github.com/sourcegit-scm/sourcegit/tree/d67c995d91eb7eb98a636d05ed84f99937478b5a/depends

The submodule opens and shows a hint on top, that the commit is not found in this repo.

I wonder how this seems to be no problem for everyone, except of me.

I found a way around this by loading the sources as archives instead of cloning them. If this is a general problem to everyone I can share my (PKDBUILD) for integration.

yataro commented on 2025-12-07 12:37 (UTC)

@jogai there was no dotnet 10 in repos when I updated it to 2025.39, there's a patch to use dotnet 9 in PKGBUILD.

@andgeno This error is expected, that's how Arch dotnet packaging works. dotnet-runtime points to latest available dotnet runtime in repos, you shall update with pacman -Syu dotnet-runtime-9.0, this is NOT sourcegit package issue.

And about dotnet 10, I will update package accordingly today, my apologies if there's any inconvenience regarding this.

andgeno commented on 2025-12-06 11:42 (UTC)

Can't upgrade due to a dotnet dependency conflict. Please update the package when you find the time. Thanks!

$ paru
no new news
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing dotnet-runtime (10.0.0.sdk100-1) breaks dependency 'dotnet-runtime-9.0' required by sourcegit

jogai commented on 2025-12-06 10:59 (UTC)

The changelog of 2025.39 mentions an upgrade to dotnet 10. Yet this is depending specifically on dotnet-runtime-9.0.

yataro commented on 2025-03-10 13:59 (UTC)

Upstream re-released 2025.08, if you getting hash validation error do a clean build

yataro commented on 2025-01-25 16:20 (UTC)

@earlybird Thanks, will make it use dotnet 9 on the next update

earlybird commented on 2025-01-25 16:00 (UTC)

yataro commented on 2025-01-10 06:09 (UTC)

@fengc for Avalonia apps, you can set AVALONIA_IM_MODULE globally, which I think is fine because this setting is exclusive to Avalonia