feat: add aur support#94
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
No issues found across 1 file
Auto-approved: The changes are strictly limited to updating the README with installation instructions for the AUR package, which is a safe, documentation-only update that does not affect any functional code or system logic.
flexiondotorg
approved these changes
May 16, 2026
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.
Description
This PR adds a fully automated CI/CD pipeline for maintaining the
sidra-binAUR package.The AUR integration itself is maintained separately in my dedicated repository: BUR4KBEY/sidra-bin
The goal of this automation is to eliminate manual maintenance by synchronizing the AUR package state with the upstream
wimpysworld/sidrarelease cycle.Key Changes:
update.sh: A bash script that queries the GitHub API for the latestwimpysworld/sidrarelease, updates thePKGBUILDversion/checksums, and regenerates.SRCINFO.update.yml: A GitHub Action workflow that runs every 6 hours to automatically update and publish the AUR package.README.mddocumentation with installation instructions and technical details.Closes #69
Additional Context
This automation was architected through a collaborative effort between the me and AI coding agents (Claude and Gemini).
Technical Highlights:
Checklist