diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-13 19:52:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-13 19:52:01 +0200 |
| commit | eb3ad0b63fc650fb9335d71db60bfc43a728eee6 (patch) | |
| tree | 1b22f433a7ee2349380fd86508b0483ba8ed2cd9 /CLAUDE.md | |
| parent | 92965ba0d18f0e128f618d6283737842589b171b (diff) | |
| download | my-slackbuilds-eb3ad0b63fc650fb9335d71db60bfc43a728eee6.tar.gz my-slackbuilds-eb3ad0b63fc650fb9335d71db60bfc43a728eee6.zip | |
gamescope: add version 3.16.23
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -19,10 +19,10 @@ Each package lives in its own top-level subfolder: └── [...] # other optional files ``` -Version tracking is handled by a single repo-level file: +Version tracking is handled by a single file: ``` -nvchecker.toml # nvchecker config listing all packages +.extras/nvchecker.toml # nvchecker config listing all packages ``` --- @@ -72,12 +72,12 @@ use_max_tag = true To check for new upstream versions: ```bash -nvchecker -c nvchecker.toml +nvchecker -c .extras/nvchecker.toml ``` When a new version is detected, update `VERSION` in both `.SlackBuild` and `.info`, then run `sbofixinfo` to refresh checksums. -**Every new package added to this repo must have a corresponding entry in `nvchecker.toml`.** +**Every new package added to this repo must have a corresponding entry in `.extras/nvchecker.toml`.** --- @@ -146,7 +146,7 @@ cd <package-name> && sbopkglint find . -type l -delete # 8. Commit (pre-commit hook runs sbolint automatically) -git add <package-name>/ nvchecker.toml +git add <package-name>/ .extras/nvchecker.toml git commit -m'<package-name>: add version X.Y.Z' ``` |
