From 578abd0b6ef8ecbe4cf9dcfe4a9fd33b3f0a2856 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 17:19:01 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/swc/recipe.toml             | 3 ++-
 recipes/wip/swig/recipe.toml            | 2 +-
 recipes/wip/sws/recipe.toml             | 2 +-
 recipes/wip/symphonia-play/recipe.toml  | 3 ++-
 recipes/wip/taskwarrior-tui/recipe.toml | 1 -
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/swc/recipe.toml b/recipes/wip/swc/recipe.toml
index 112eaa7fd..2fcddac67 100644
--- a/recipes/wip/swc/recipe.toml
+++ b/recipes/wip/swc/recipe.toml
@@ -1,4 +1,5 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
+#TODO missing script to properly move the binary
 [source]
 git = "https://github.com/swc-project/swc"
 [build]
diff --git a/recipes/wip/swig/recipe.toml b/recipes/wip/swig/recipe.toml
index a69754a12..578430733 100644
--- a/recipes/wip/swig/recipe.toml
+++ b/recipes/wip/swig/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO missing pcre2.h
 [source]
 tar = "http://prdownloads.sourceforge.net/swig/swig-4.1.1.tar.gz"
 [build]
diff --git a/recipes/wip/sws/recipe.toml b/recipes/wip/sws/recipe.toml
index d144dc1d2..795bf9335 100644
--- a/recipes/wip/sws/recipe.toml
+++ b/recipes/wip/sws/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO signal-hook crate error
 [source]
 git = "https://github.com/static-web-server/static-web-server"
 rev = "98a5cc40d276f3dac3c2c36530b966b213fb9ffc"
diff --git a/recipes/wip/symphonia-play/recipe.toml b/recipes/wip/symphonia-play/recipe.toml
index ab618e9d5..b6f2a4095 100644
--- a/recipes/wip/symphonia-play/recipe.toml
+++ b/recipes/wip/symphonia-play/recipe.toml
@@ -1,4 +1,5 @@
-#TODO Compiled but not tested
+#TODO compiled and tested
+#TODO cpal can't find an audio device
 [source]
 git = "https://github.com/pdeljanov/Symphonia"
 [build]
diff --git a/recipes/wip/taskwarrior-tui/recipe.toml b/recipes/wip/taskwarrior-tui/recipe.toml
index fa9e77b32..dad7897d4 100644
--- a/recipes/wip/taskwarrior-tui/recipe.toml
+++ b/recipes/wip/taskwarrior-tui/recipe.toml
@@ -1,6 +1,5 @@
 #TODO Not compiled or tested
 [source]
 git = "https://github.com/kdheepak/taskwarrior-tui"
-rev = "fe171ea35a5bfe794e2d822aa03f7b7db2f86616"
 [build]
 template = "cargo"
-- 
GitLab