summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGavin Lloyd2020-11-18 17:58:31 -0800
committerGavin Lloyd2020-11-18 17:58:31 -0800
commit505ed2fb72fd100db68421b56c001121de885514 (patch)
treef9bea3165486fc15809e318d4be40d3f7de48f53 /PKGBUILD
parentf34740d5c727f235b6e115c286ea663090d14952 (diff)
downloadaur-505ed2fb72fd100db68421b56c001121de885514.tar.gz
Add serve depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c78e336012b5..329d7971a49d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=busylight-for-humans
pkgname=busylight
pkgver=0.7.6
-pkgrel=1
+pkgrel=2
pkgdesc='Control USB connected presence lights from multiple vendors'
arch=('i686' 'x86_64')
url='https://github.com/JnyJny/busylight'
@@ -11,7 +11,7 @@ license=('Apache')
makedepends=('python-setuptools' 'python-poetry')
depends=(
'python' 'python-bitvector-for-humans' 'python-click' 'python-hidapi'
- 'python-typer' 'python-webcolors'
+ 'python-typer' 'python-webcolors' 'uvicorn' 'python-fastapi'
)
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=('68168c0347820e8ae139baa29819388584a6fa8e4de45077efd3baeea58c46e1')