From 61a628c6d38baf9856fa74843a9f25ede52a322c Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Dec 2023 13:24:08 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/morty/recipe.toml  | 2 +-
 recipes/wip/mosh/recipe.toml   | 2 +-
 recipes/wip/mpc/recipe.toml    | 2 +-
 recipes/wip/mprocs/recipe.toml | 3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/morty/recipe.toml b/recipes/wip/morty/recipe.toml
index 052ee9c87..42fd49aeb 100644
--- a/recipes/wip/morty/recipe.toml
+++ b/recipes/wip/morty/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/pulp-platform/morty"
 [build]
diff --git a/recipes/wip/mosh/recipe.toml b/recipes/wip/mosh/recipe.toml
index c0caf8bee..03d120ace 100644
--- a/recipes/wip/mosh/recipe.toml
+++ b/recipes/wip/mosh/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO missing headers
 [source]
 tar = "https://mosh.org/mosh-1.4.0.tar.gz"
 [build]
diff --git a/recipes/wip/mpc/recipe.toml b/recipes/wip/mpc/recipe.toml
index dc75b2aa8..bb6d1d4b5 100644
--- a/recipes/wip/mpc/recipe.toml
+++ b/recipes/wip/mpc/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 tar = "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz"
 [build]
diff --git a/recipes/wip/mprocs/recipe.toml b/recipes/wip/mprocs/recipe.toml
index 91fa76332..adf78fec0 100644
--- a/recipes/wip/mprocs/recipe.toml
+++ b/recipes/wip/mprocs/recipe.toml
@@ -1,7 +1,6 @@
-#TODO termios/ioctl-rs crate error
+#TODO termios and ioctl-rs crates error
 [source]
 git = "https://github.com/pvolok/mprocs"
-rev = "71b65984dba7c768b383544cd7829ab099b965a9"
 [build]
 template = "custom"
 script = """
-- 
GitLab