diff --git a/recipes/wip/ruff/recipe.toml b/recipes/wip/ruff/recipe.toml
index f5a07e99cf4e84f582cdae2b8ef71d48cf44a10e..877e340ee79930dad4880a96fd7f67506f8707ab 100644
--- a/recipes/wip/ruff/recipe.toml
+++ b/recipes/wip/ruff/recipe.toml
@@ -1,4 +1,4 @@
-#TODO nonsense rustc version requirement
+#TODO tikv-jemalloc-sys crate error
 [source]
 git = "https://github.com/charliermarsh/ruff"
 rev = "0263f2715eba81aee471e3dd5a50ea5f9426cbb1"
diff --git a/recipes/wip/ruffle/recipe.toml b/recipes/wip/ruffle/recipe.toml
index 4d2a02b5d44e9674ce8d68034032cdd0cff5d8f1..5ff1ca068e8e413a5a234f976cdca72bd20f617f 100644
--- a/recipes/wip/ruffle/recipe.toml
+++ b/recipes/wip/ruffle/recipe.toml
@@ -1,11 +1,11 @@
-#TODO Require headless Java
+#TODO make openjdk19-headless work
 [source]
 git = "https://github.com/ruffle-rs/ruffle"
 [build]
 template = "custom"
 dependencies = [
 	"openssl1",
-	"java19",
+	"openjdk19-headless",
 ]
 script = """
 cookbook_cargo_packages ruffle_desktop
diff --git a/recipes/wip/ruplacer/recipe.toml b/recipes/wip/ruplacer/recipe.toml
index ec9d79b3554f52892f0fb22398fa20c893ccb225..e5cc34d6cf3b579a0f2a421432f672d973572a9e 100644
--- a/recipes/wip/ruplacer/recipe.toml
+++ b/recipes/wip/ruplacer/recipe.toml
@@ -1,6 +1,5 @@
 #TODO compiled after cargo update, not tested
 [source]
 git = "https://github.com/your-tools/ruplacer"
-rev = "11531fc7ae15d63199ddd92bd2487384714b8884"
 [build]
 template = "cargo"