From db7ab9673507ab9737f2bed4bce5aad49594b307 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 24 Dec 2023 00:15:36 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/yaydl/recipe.toml | 2 +-
 recipes/wip/yazi/recipe.toml  | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/yaydl/recipe.toml b/recipes/wip/yaydl/recipe.toml
index 8671c7aca..df880e5ff 100644
--- a/recipes/wip/yaydl/recipe.toml
+++ b/recipes/wip/yaydl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO compilation error (after cargo update and a patch on the ring crate)
+#TODO compilation error (after cargo update)
 [source]
 git = "https://github.com/dertuxmalwieder/yaydl"
 [build]
diff --git a/recipes/wip/yazi/recipe.toml b/recipes/wip/yazi/recipe.toml
index 917b806ee..d9e016db9 100644
--- a/recipes/wip/yazi/recipe.toml
+++ b/recipes/wip/yazi/recipe.toml
@@ -2,4 +2,7 @@
 [source]
 git = "https://github.com/sxyazi/yazi"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages yazi-fm
+"""
-- 
GitLab