mirror of
https://github.com/0x5t4l1n/AURHub.git
synced 2026-05-26 11:25:50 +00:00
Fix uvicorn dependency for AUR
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ pkgbase = archstore-git
|
||||
makedepends = npm
|
||||
depends = python
|
||||
depends = python-fastapi
|
||||
depends = python-uvicorn
|
||||
depends = uvicorn
|
||||
depends = python-httpx
|
||||
depends = python-aiosqlite
|
||||
depends = python-pydantic
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ license=('GPL-3.0-only')
|
||||
depends=(
|
||||
'python'
|
||||
'python-fastapi'
|
||||
'python-uvicorn'
|
||||
'uvicorn'
|
||||
'python-httpx'
|
||||
'python-aiosqlite'
|
||||
'python-pydantic'
|
||||
|
||||
Reference in New Issue
Block a user