fix: correct uvicorn package name to 'uvicorn' in PKGBUILD

Arch Linux packages uvicorn as 'uvicorn', not 'python-uvicorn',
causing dependency resolution to fail during makepkg.
main
Sean Doran 2026-02-27 21:34:22 -05:00
parent 163619a925
commit 719a89465e
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ depends=(
'python-pyserial' 'python-pyserial'
'python-pulsectl' 'python-pulsectl'
'python-fastapi' 'python-fastapi'
'python-uvicorn' 'uvicorn'
'pipewire-pulse' 'pipewire-pulse'
'playerctl' 'playerctl'
) )