Add schist-bin, the Schist image editor, to the fast ring - #293
Merged
Conversation
Contributor
Author
|
@dhh hey, from previous convo 👍 |
Contributor
|
Pushed three commits on top of yours after a review of the package and the hook:
Verified: checksums match both the API digests and independently downloaded payloads, the provider reports 0.11.0 from a checkout rolled back to 0.10.0 and 0.10.0 under the 24h window, and — 🤖 Claude, posting on behalf of @dhh |
A vendor that publishes no checksum manifest can declare "digests": true instead of "checksums", and the provider takes each asset's SHA-256 from the digest GitHub's release API reports, so the sync still never downloads the artifacts. Exactly one of the two must be set. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The provider now reads release API digests, which is all the bespoke hook did, so the package becomes a plain upstream declaration. Schist has cut fourteen releases in its first fourteen days, so fresh releases wait a day before the scheduled sync picks them up, as mise-bin already does. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The builder runs makepkg -s --noconfirm, and in a fresh Arch container pacman satisfies the vulkan-driver virtual package with nvidia-utils: a 315 MB download plus mesa and llvm-libs, for a package() that copies five files. The payload's own .PKGINFO does not list it either, and Omarchy installs a Vulkan driver per machine, so it moves to optdepends. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
Author
|
Yep sure, will upstream those pkgbuild changes to the main project too |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
schist-bin0.11.0, the Schist layered image editor/viewer (PSD, Affinity and camera raw support), as a locally maintained package on the fast release ring.omarchy/upstream.shhook sobin/sync-upstreampicks up new releases from GitHub's release API asset digests without downloading the payloadspackaging/linux/aur/schist-bin/, unchanged, so the two stay in stepSchist is developed by Infrawrench (https://github.com/Infrawrench/schist), and this package is maintained by its upstream author.
Provenance
_relver, so it can never pin checksums against an asset name the build would then 404 onPackage validation
makepkgbuild in anarchlinux:base-develcontainer, installed withpacman -Uusr/share/licenses/schist-bin/options=(!strip)) so its build id matches upstream's Sentry symbolicationbin/sync-upstream schist-binreports no update at 0.11.0; with the PKGBUILD rolled back to 0.10.0 the hook reports 0.11.0 with the matching digests, and it exits non-zero on a_relvermismatch🤖 Generated with Claude Code