chore(built): delete `--nodeps` from makepkg flags

This commit is contained in:
MedzikUser 2022-05-19 16:16:58 +02:00
parent f67d40cf1e
commit a7e302b492
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ sudo chown -R $(id -u) /mnt/*
# makepkg flags
MAKEPKG_SYNCDEPS_FLAGS="--syncdeps --noconfirm --nobuild --noextract"
MAKEPKG_BUILD_FLAGS="--rmdeps --clean --skippgpcheck --nocheck --nodeps --config /etc/makepkg.${BUILD_ARCH}.conf"
MAKEPKG_BUILD_FLAGS="--rmdeps --clean --skippgpcheck --nocheck --config /etc/makepkg.${BUILD_ARCH}.conf"
MAKEFLAGS="-j$(nproc)"