build(packaging/Linux): remove cuda as required dependency on aur (#4278)

This commit is contained in:
ReenigneArcher 2025-09-20 13:54:16 -04:00 committed by GitHub
commit 2b2b4a7fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,6 @@ if [[ "${_use_cuda::1}" == "d" ]] && pacman -Qi cuda &> /dev/null; then
fi
if [[ "${_use_cuda::1}" == "t" ]]; then
makedepends+=('cuda')
optdepends+=(
'cuda: Nvidia GPU encoding support'
)