diff --git a/recipes/xz/recipe.toml b/recipes/xz/recipe.toml
index 3c19525af78d33f45c40cccaea235e67f8fe008e..1ba461ba73d2fc507bb35f2fd8345d0cbc4f1231 100644
--- a/recipes/xz/recipe.toml
+++ b/recipes/xz/recipe.toml
@@ -1,15 +1,5 @@
 [source]
-tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.3"
-patches = [
-    "01-no-poll.patch",
-    "02-o_noctty.patch",
-    "03-no-signals.patch"
-]
-script = """
-./autogen.sh
-chmod +w build-aux/config.sub
-wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
-"""
+tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.5"
 
 [build]
 template = "custom"