summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')