summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2021-11-21 21:43:27 -0800
committerGavin Lloyd2021-11-21 21:43:27 -0800
commit263e40e9565554d948e63ec7598b45a238f2b41e (patch)
tree7fb5735d4ff4e8127a503cdbc1ecb86d8a1acd34
parentaa1433e89963eab3a8d8a078cfd72a69065f5e92 (diff)
downloadaur-263e40e9565554d948e63ec7598b45a238f2b41e.tar.gz
Update to 0.13.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9f933fd2280..692ba4ddda59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=busylight-for-humans
pkgname=busylight
-pkgver=0.9.0
+pkgver=0.13.2
pkgrel=1
pkgdesc='Control USB connected presence lights from multiple vendors'
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ license=('Apache')
makedepends=('python-setuptools' 'python-poetry')
depends=(
'python' 'python-bitvector-for-humans' 'python-click' 'python-hidapi'
- 'python-typer' 'python-webcolors' 'uvicorn' 'python-fastapi'
+ 'python-loguru' 'python-typer' 'python-webcolors' 'uvicorn' 'python-fastapi'
)
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('deb2a22b394c384dae5d3a0ad1307cf821f37b647a582fd7fa06567c5b6cc4c4')
+sha256sums=('4e47b329780e06b4db7ae50c32add3063896d95b4c7fba1c0f627d04d89655e4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"