Search Criteria
Package Details: gitbutler 0.21.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gitbutler.git (read-only, click to copy) |
|---|---|
| Package Base: | gitbutler |
| Description: | Version control client, backed by Git, powered by Tauri/Rust/Svelte |
| Upstream URL: | https://github.com/gitbutlerapp/gitbutler |
| Licenses: | LicenseRef-FSL-1.1-MIT |
| Submitter: | alerque |
| Maintainer: | alerque |
| Last Packager: | alerque |
| Votes: | 2 |
| Popularity: | 0.013959 |
| First Submitted: | 2024-04-28 09:37 (UTC) |
| Last Updated: | 2026-07-06 12:16 (UTC) |
Dependencies (11)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR)
- libgit2 (libgit2-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cargo-tauri (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- jq (jq-gitAUR, jaq-binAUR, jq-staticAUR, jaq-gitAUR) (make)
- nodejs-lts-jod (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
Latest Comments
1 2 Next › Last »
slarse commented on 2026-05-18 11:48 (UTC) (edited on 2026-05-20 07:28 (UTC) by slarse)
Hi! GitButler team member chiming in.
There is a slight misconfiguration in this PKGBUILD, as surfaced in this issue: https://github.com/gitbutlerapp/gitbutler/issues/13732#issuecomment-4475055438
The environment variable CHANNEL should be set to "release" when building a release build. As that is not set in the build environment here, the build falls back on development settings for certain details, such as where global cache, data and logs are stored. It also apparently in the above case affected login flow.
While the latter is being fixed for the upcoming release, it would still be more correct to setEdit: I misunderstood the "fix", withoutCHANNEL=releaseto prevent issues like this in the future.CHANNEL=releasethe build is now assuming a dev login flow, meaning thatCHANNELmust be set for the build to behave properly.There is a pretty significant side effect to setting CHANNEL, however: all global user data will be lost, most notably forge integrations and projects. Note that for the latter, no VCS data is lost; GitButler will just "forget" where the projects are located and you need to add them again. But for the builds to behave properly, it needs to be done.
tgtgamer commented on 2026-03-28 11:57 (UTC)
Checksum failing again. The gitbutler-bin package still works though.
alerque commented on 2025-12-15 21:51 (UTC)
Upstream re-tagged this after the initial release. See background story here: https://github.com/gitbutlerapp/gitbutler/issues/11525#issuecomment-3657412658
I've updated the checksum in this package, but because it is not just the same code with a new checksum it is actually 6 or 7 new commits, I also bumped the pkgrel so that people with -1 will be prompted to rebuild. This will be an ongoing fiasco because now all the people that built it already have to do so again, but if they have the original tag downloaded in their pkgsrc cache they will need to clear that and force a new download to get a checksum match and the actual current code.
waterproof commented on 2025-12-13 21:37 (UTC)
I'm experiencing the same md5sum mismatch as @miwig. The gitbutler-bin package works though.
miwig commented on 2025-06-23 11:23 (UTC)
==> Validating source files with sha256sums... gitbutler-release-0.14.35.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!
intelfx commented on 2025-04-11 09:14 (UTC) (edited on 2025-04-11 09:19 (UTC) by intelfx)
Hey @alerque,
This package needs more hacks to actually build it correctly :) As packaged, it is basically non-functional because the frontend part is not built at all.
Please take a look and apply: https://0x0.st/8pKP.mbox
Edit: sent you a PR.
jespera commented on 2025-03-19 10:26 (UTC)
Just built this package (with
yay). I can't start it correctly. I get:A window is opened but in the "main contents" of the window it states:
I'm guessing there is something I'm doing wrong. Any pointers to where I can start looking?
boraarslan commented on 2025-01-14 17:23 (UTC)
can't install since the checksum is wrong
ndom91 commented on 2024-12-06 15:55 (UTC)
Chiming in as a GitButler team member here. The PKGBUILD looks alright, except for that the build cmd should be tauri build, as that also triggers the sveltekit build and packages in the FE.
cargo buildonly does the backend.So basically:
pnpm exec tauri build --config crates/gitbutler-tauri/tauri.conf.release.jsonnikelborm commented on 2024-11-17 02:24 (UTC)
Just installed this version of gitbutler. When I run it, it shows "asset not found: index.html"
1 2 Next › Last »