fix(claude/skills/pkgbuild): change commit wording

This commit is contained in:
2026-07-03 22:14:26 +02:00
parent c4ba26d154
commit a2412a6fe9
+1 -1
View File
@@ -28,7 +28,7 @@ The project is scaffolded directly in the current working directory.
5. Run `namcap PKGBUILD` and `namcap <built>.pkg.tar.zst`. Fix real findings, ignore noise (namcap often misreads optdepends and split dependencies).
6. Generate `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO`.
7. Verify version detection: `pkgctl version check` in the package dir must report the package as current. If it errors or reports a bogus version, fix `.nvchecker.toml`.
8. Commit everything as `build: add <pkgname> package`. The hosting convention is a repo at `git@git.owall.se:pkgbuilds/<pkgname>.git`, but do not add the remote or push unless asked.
8. Commit everything as `feat: add <pkgname> package`. The hosting convention is a repo at `git@git.owall.se:pkgbuilds/<pkgname>.git`, but do not add the remote or push unless asked.
## Repo layout