New commits:
commit 531212d083bf74f6bb6494bcaddac1a7691c4827
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
wm-addons/hyprtoolkit: fixed branch variable in DETAILS
diff --git a/wm-addons/hyprtoolkit/DETAILS b/wm-addons/hyprtoolkit/DETAILS
index a055a96..f504946 100755
--- a/wm-addons/hyprtoolkit/DETAILS
+++ b/wm-addons/hyprtoolkit/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/FUNCTIONS"
. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL="hyprtoolkit"
-if [[ "${HYPRPAPER_TOOLKIT}" == "scm" ]]; then
+if [[ "${HYPRTOOLKIT_BRANCH}" == "scm" ]]; then
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-scm.tar.xz"
FORCE_DOWNLOAD="on"
diff --git a/wm-addons/hyprtoolkit/HISTORY b/wm-addons/hyprtoolkit/HISTORY
index 64f39bd..3d82786 100644
--- a/wm-addons/hyprtoolkit/HISTORY
+++ b/wm-addons/hyprtoolkit/HISTORY
@@ -1,5 +1,5 @@
2025-12-29 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 0.5.0
+ * DETAILS: version 0.5.0, fixed branch variable
2025-12-06 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS, PREPARE: created a spell, version 0.4.1
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (531212d083bf74f6bb6494bcaddac1a7691c4827),
Pavel Vinogradov, 12/29/2025