summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2020-11-18 17:58:31 -0800
committerGavin Lloyd2020-11-18 17:58:31 -0800
commit505ed2fb72fd100db68421b56c001121de885514 (patch)
treef9bea3165486fc15809e318d4be40d3f7de48f53
parentf34740d5c727f235b6e115c286ea663090d14952 (diff)
downloadaur-505ed2fb72fd100db68421b56c001121de885514.tar.gz
Add serve depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7193eab86784..4587014ff417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = busylight
pkgdesc = Control USB connected presence lights from multiple vendors
pkgver = 0.7.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JnyJny/busylight
arch = i686
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = busylight
depends = python-hidapi
depends = python-typer
depends = python-webcolors
+ depends = uvicorn
+ depends = python-fastapi
source = https://github.com/JnyJny/busylight/archive/0.7.6.tar.gz
sha256sums = 68168c0347820e8ae139baa29819388584a6fa8e4de45077efd3baeea58c46e1
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')