Search Criteria
Package Details: sourcegit 2026.05-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sourcegit.git (read-only, click to copy) |
|---|---|
| Package Base: | sourcegit |
| Description: | GUI client for GIT users |
| Upstream URL: | https://github.com/sourcegit-scm/sourcegit |
| Keywords: | git git-gui |
| Licenses: | MIT |
| Submitter: | yataro |
| Maintainer: | yataro |
| Last Packager: | yataro |
| Votes: | 10 |
| Popularity: | 0.39 |
| First Submitted: | 2024-04-11 17:49 (UTC) |
| Last Updated: | 2026-03-06 01:54 (UTC) |
Dependencies (6)
- dotnet-runtime-10.0 (dotnet-runtime-binAUR, dotnet-runtime)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- dotnet-sdk-10.0 (dotnet-sdk-binAUR, dotnet-sdk) (make)
- git-credential-managerAUR (git-credential-managerAUR, git-credential-manager-binAUR) (optional) – third-party authentication support
Latest Comments
1 2 Next › Last »
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-runtimepoints to latest available dotnet runtime in repos, you shall update withpacman -Syu dotnet-runtime-9.0, this is NOTsourcegitpackage 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!
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)
https://pastebin.com/AhPEHQRT
going to version 9 of dotnet
yataro commented on 2025-01-10 06:09 (UTC)
@fengc for Avalonia apps, you can set
AVALONIA_IM_MODULEglobally, which I think is fine because this setting is exclusive to Avaloniafengch commented on 2025-01-10 03:53 (UTC) (edited on 2025-01-10 03:58 (UTC) by fengch)
Wayland does not recommend global configuration of QT_IM_MODULE
Reference configuration https://wiki.archlinuxcn.org/wiki/Fcitx5 It is recommended to install fcitx5-input-support[aur]
yataro commented on 2024-11-04 03:55 (UTC)
I've decided to make
git-credential-manageran optional dependency this update because it's only needed when using user:password authentication on third-party resources (like GitHub), but if you're using an ssh key, this is completely avoided.yataro commented on 2024-07-23 14:05 (UTC)
The problem is (likely) caused by stale dotnet in the Arch Linux repository, so for now I've added a patch to fix it.
1 2 Next › Last »