From 24491dc6a7b9300a97b86ddda9f9b60719bfa708 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 07:23:52 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/ruff/recipe.toml     | 2 +-
 recipes/wip/ruffle/recipe.toml   | 4 ++--
 recipes/wip/ruplacer/recipe.toml | 1 -
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/ruff/recipe.toml b/recipes/wip/ruff/recipe.toml
index f5a07e99c..877e340ee 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 4d2a02b5d..5ff1ca068 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 ec9d79b35..e5cc34d6c 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"
-- 
GitLab