fix dep
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
JMARyA 2025-04-17 11:36:53 +02:00
parent bbdeb2ddeb
commit 34b35b02bc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -6,8 +6,8 @@ pkgdesc="navOS Installer"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://git.hydrar.de/navos/navinstall" url="https://git.hydrar.de/navos/navinstall"
license=("MIT") license=("MIT")
depends=("arch-install-scripts" "archiso" "git") depends=("arch-install-scripts" "git")
optdepends=('sbctl' 'sbsigntools') optdepends=('sbctl' 'sbsigntools' 'archiso')
makedepends=("rustup" "git") makedepends=("rustup" "git")
source=("${pkgname}::git+https://git.hydrar.de/navos/navinstall.git") source=("${pkgname}::git+https://git.hydrar.de/navos/navinstall.git")
sha256sums=("SKIP") sha256sums=("SKIP")