diff --git a/_service b/_service
index 3832b4e..15dcc83 100644
--- a/_service
+++ b/_service
@@ -16,7 +16,7 @@
false
true
- vendor
+ registry
deno
diff --git a/deno.changes b/deno.changes
index d31f831..5adbd65 100644
--- a/deno.changes
+++ b/deno.changes
@@ -1,7 +1,8 @@
-------------------------------------------------------------------
-Sun Nov 10 09:31:26 UTC 2024 - Soc Virnyl Estela
+Sun Nov 10 10:33:10 UTC 2024 - Soc Virnyl Estela
- Add ./rusty_v8-0.106.0.tar.gz. This will be applied with a patch before compilation.
+- Add back registry.tar.zst.
-------------------------------------------------------------------
Sun Nov 10 09:23:10 UTC 2024 - Soc Virnyl Estela
diff --git a/deno.spec b/deno.spec
index 3c6c4c6..5397f2f 100644
--- a/deno.spec
+++ b/deno.spec
@@ -28,7 +28,7 @@ License: MIT
Group: Productivity/Other
URL: https://github.com/denoland/deno
Source0: %{name}-%{version}.tar.zst
-Source1: vendor.tar.zst
+Source1: registry.tar.zst
Source2: http://crates.io/api/v1/crates/v8/%{_v8_version}/download#/rusty_v8-%{_v8_version}.tar.gz
Patch1: compiler-rt-adjust-paths.patch
BuildRequires: cargo-packaging
@@ -104,6 +104,7 @@ updated with the --reload flag.
echo -e "\n[patch.crates-io]\nv8 = { path = './v8-0.106.0' }" >> Cargo.toml
%build
+export CARGO_HOME="$PWD/.cargo"
# Ensure that the clang version matches. This command came from Archlinux. Thanks.
export CLANG_VERSION=$(clang --version | grep -m1 version | sed 's/.* \([0-9]\+\).*/\1/')
export V8_FROM_SOURCE=1
diff --git a/registry.tar.zst b/registry.tar.zst
new file mode 100644
index 0000000..d6d4620
--- /dev/null
+++ b/registry.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b3e781dfabb28a2215bd71785dd9f176fcd1bf3a73c56850a770b5976ba45821
+size 140215345
diff --git a/vendor.tar.zst b/vendor.tar.zst
deleted file mode 100644
index d9c8ab5..0000000
--- a/vendor.tar.zst
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b96815d1c39971faaf2f6dc93365e6e478d664e6acdfe662e4be1feca1c0cf6b
-size 94588932