Merge pull request #5 from sean351/fix/uvicorn-package-name

fix: correct uvicorn package name in PKGBUILD
main
Sean 2026-02-27 21:34:58 -05:00 committed by GitHub
commit bba148561c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'
) )