aboutsummaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-13 19:52:01 +0200
committerDanilo M. <danix@danix.xyz>2026-05-13 19:52:01 +0200
commiteb3ad0b63fc650fb9335d71db60bfc43a728eee6 (patch)
tree1b22f433a7ee2349380fd86508b0483ba8ed2cd9 /CLAUDE.md
parent92965ba0d18f0e128f618d6283737842589b171b (diff)
downloadmy-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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 43a446d..edc5e43 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -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'
```