Conversation
The repo moved from basecamp/omarchy to omacom/omarchy. Clones and browser traffic follow the redirect, so nothing is broken — this just points the metadata at the canonical location. BUG_REPORT_URL is the user-visible one: it is written into the os-release shipped to /etc on install and upgrade (except on Apple Silicon, where the .install keeps the Arch Linux ARM configuration). Only url= and BUG_REPORT_URL are touched. The source= git URLs are left alone deliberately — they fetch correctly through the redirect, and retargeting a package's fetch URL felt like a packager's call rather than a drive-by. Nothing in bin/ or helpers/ reads url=, and helpers/package-metadata.sh derives its git URL from source=, so the two are independent. bin/omarchy-release, bin/omarchy-pkgs and README.md also still carry the old name; happy to follow up there if wanted. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012ksH6owbThaY5cXqmyNzXg
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
url=andBUG_REPORT_URLin the Omarchy packages still point atgithub.com/basecamp/omarchy. GitHub redirects, so nothing is broken — this just points the metadata at the canonical location.BUG_REPORT_URLis the user-visible one. It reaches/etc/os-releasethroughetc-overrides/os-releaseon install and upgrade, so installed systems currently advertise the old URL:7 lines across 5 packages:
omarchy,omarchy-settings,omarchy-dev,omarchy-settings-dev, andmacbook8-spi-pxa2xx-nodma-dkms(whoseurl=is the project homepage — its sources are local).Deliberately not touched
source=git URLs in all four omarchy packages. They fetch fine through the redirect, and retargeting a package's fetch URL seemed like a packager's call rather than a drive-by. Nothing readsurl=, andhelpers/package-metadata.shderives its git URL fromsource=, so the two are independent.bin/omarchy-release,bin/omarchy-pkgs,README.md, which also carry the old name.helpers/basecamp-notifier.sh,pkgbuilds/basecamp-cli/,pkgbuilds/once-bin/, the README chatbot URL.pkgver/pkgrelbump, matching how content-only commits are handled here; the pinned pair picks this up at the next release cut.Known related staleness
The
omacom-ioorg was renamed toomacomas well (omacom-io/omarchy-pkgsnow redirects toomacom/omarchy-pkgs), sourl=indell-xps-touchpad-haptics,dell-xps13-sidecar-amps,omacalc,omacut,omarchy-audio-tuner,omarchy-fish,omarchy-zsh,omawriteandttfxis stale the same way. Left out to keep this to one rename — happy to fold it in or send a follow-up, whichever you prefer.Tests
makepkg --printsrcinfobefore/after for all five packages: the only differing line isurl =.bash -non all five PKGBUILDs.sync-upstream,sync-rebuilds,omarchy-pkgs,omarchy-release) pass.tests/build-isolation.shuses synthetic fixtures and exercisesbin/build/helpers/, none of which are touched here.🤖 Generated with Claude Code
https://claude.ai/code/session_012ksH6owbThaY5cXqmyNzXg