Keyring build: .key source names so makepkg does not treat them as sigs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-24 19:00:49 -04:00
co-authored by Claude Fable 5
parent a867157978
commit b7ff3a32c7
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ arch=(any)
url="https://git.zacharyzhang.com/ZacharyZhang-NY/omarchycn"
license=(MIT)
install=omarchycn-keyring.install
source=(omarchycn-registry.asc omarchycn-release.asc omarchycn-trusted)
source=(omarchycn-registry.key omarchycn-release.key omarchycn-trusted)
sha256sums=(SKIP SKIP SKIP)
build() {
cat omarchycn-registry.asc omarchycn-release.asc | gpg --dearmor > omarchycn.gpg
cat omarchycn-registry.key omarchycn-release.key | gpg --dearmor > omarchycn.gpg
}
package() {