From 499adeb9f60550b01f08150d7f87d51a4883393b Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Mar 2024 12:49:07 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/dev/omnibor-rs/recipe.toml | 2 +-
 recipes/wip/dev/rgit/recipe.toml       | 3 +++
 recipes/wip/dev/srgn/recipe.toml       | 5 -----
 recipes/wip/dev/wepl/recipe.toml       | 2 +-
 4 files changed, 5 insertions(+), 7 deletions(-)
 delete mode 100644 recipes/wip/dev/srgn/recipe.toml

diff --git a/recipes/wip/dev/omnibor-rs/recipe.toml b/recipes/wip/dev/omnibor-rs/recipe.toml
index 3a9e19bd3..2f407ee96 100644
--- a/recipes/wip/dev/omnibor-rs/recipe.toml
+++ b/recipes/wip/dev/omnibor-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO Bash error with the "--build-binary" Cargo flag
 [source]
 git = "https://github.com/omnibor/omnibor-rs"
 [build]
diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml
index 2f628a6fb..ddaff052f 100644
--- a/recipes/wip/dev/rgit/recipe.toml
+++ b/recipes/wip/dev/rgit/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/w4/rgit"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/dev/srgn/recipe.toml b/recipes/wip/dev/srgn/recipe.toml
deleted file mode 100644
index 9b9621c2a..000000000
--- a/recipes/wip/dev/srgn/recipe.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-#TODO Not compiled or tested
-[source]
-git = "https://github.com/alexpovel/srgn"
-[build]
-template = "cargo"
diff --git a/recipes/wip/dev/wepl/recipe.toml b/recipes/wip/dev/wepl/recipe.toml
index 19df7d20d..351e6ef0d 100644
--- a/recipes/wip/dev/wepl/recipe.toml
+++ b/recipes/wip/dev/wepl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO fs-set-times crate error
 [source]
 git = "https://github.com/rylev/wepl"
 [build]
-- 
GitLab