From b9267827eec90faa0067aaa9013fc660af3e2f61 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Wed, 25 Dec 2024 23:46:14 +0100 Subject: [PATCH] fix --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 34a058c..4f775c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ arch=('x86_64') url="https://git.hydrar.de/navos/navinstall" license=("MIT") depends=("arch-install-scripts" "archiso" "sbctl" "sbsigntools") -makedepends=("cargo" "git") +makedepends=("rustup" "git") source=("${pkgname}::git+https://git.hydrar.de/navos/navinstall.git") sha256sums=("SKIP")