From 28733afe0c416d13d453f8be754edfd84ffb09fd Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 1 Apr 2026 20:15:53 +0200 Subject: CLAUDE.md, README.md: fix workflow commands and sync package versions - CLAUDE.md: update workflow steps to use `cd && ` style - README.md: update hugo to 0.159.2, llama.cpp-vulkan to b8611, qarma to 1.1.0; resolve stash conflict Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 0e40e2c..868757e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -120,19 +120,19 @@ SBOLINT=no git commit -m'Message here' ```bash # 1. Fix any .info issues automatically -sbofixinfo / +cd && sbofixinfo # 2. Download sources and verify checksums -sbodl / +cd && sbodl # 3. Lint the script and metadata -sbolint / +cd && sbolint # 4. Build the package cd && sudo bash .SlackBuild # 5. Lint the built package -sbopkglint /tmp/-*.t?z +cd && sbopkglint # 6. Add an entry for the package in the repo-level nvchecker.toml diff --git a/README.md b/README.md index fd8fa4a..433f748 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ Each package lives in its own top-level directory: |---------|----------|------|-----|---------|--------| | discord | ✅ | not tested | [discord](https://slackbuilds.org/repository/15.0/network/discord/) | 0.0.131 | 0.0.131 | | hstr | ✅ | not tested | [hstr](https://slackbuilds.org/repository/15.0/system/hstr/) | 3.1 | 3.2 | -| hugo | ✅ | not tested | [hugo](https://slackbuilds.org/repository/15.0/development/hugo/) | 0.159.1 | 0.159.1 | +| hugo | ✅ | not tested | [hugo](https://slackbuilds.org/repository/15.0/development/hugo/) | 0.159.2 | 0.159.2 | | uv-bin | ✅ | not tested | [uv-bin](https://slackbuilds.org/repository/15.0/python/uv-bin/) | 0.11.2 | 0.11.2 | | kitty-bin | ✅ | not tested | ❌ | 0.46.2 | 0.46.2 | -| llama.cpp-vulkan | ✅ | not tested | ❌ | b8589 | b8590 | +| llama.cpp-vulkan | ✅ | not tested | ❌ | b8611 | b8611 | | obsidian | ✅ | not tested | [obsidian](https://slackbuilds.org/repository/15.0/development/obsidian/) | 1.12.7 | 1.12.7 | -| qarma | ✅ | not tested | ❌ | 1.0.0 | 1.1.0 | +| qarma | ✅ | not tested | ❌ | 1.1.0 | 1.1.0 | | opencode-bin| ✅ | not tested | ❌ | 1.3.9 | 1.3.9 | | syncthing | ✅ | not tested | [syncthing](https://slackbuilds.org/repository/15.0/network/syncthing/) | 2.0.15 | 2.0.15 | -- cgit v1.2.3