summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2021-05-12 10:09:30 -0700
committerGavin Lloyd2021-05-12 10:09:30 -0700
commitaa1433e89963eab3a8d8a078cfd72a69065f5e92 (patch)
tree8280f3db9cddd20292ab2c52a88941fe88abbbd7
parent505ed2fb72fd100db68421b56c001121de885514 (diff)
downloadaur-aa1433e89963eab3a8d8a078cfd72a69065f5e92.tar.gz
0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4587014ff417..68a332d36095 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 = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/JnyJny/busylight
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = busylight
depends = python-webcolors
depends = uvicorn
depends = python-fastapi
- source = https://github.com/JnyJny/busylight/archive/0.7.6.tar.gz
- sha256sums = 68168c0347820e8ae139baa29819388584a6fa8e4de45077efd3baeea58c46e1
+ source = https://github.com/JnyJny/busylight/archive/0.9.0.tar.gz
+ sha256sums = deb2a22b394c384dae5d3a0ad1307cf821f37b647a582fd7fa06567c5b6cc4c4
pkgname = busylight
diff --git a/PKGBUILD b/PKGBUILD
index 329d7971a49d..c9f933fd2280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=busylight-for-humans
pkgname=busylight
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc='Control USB connected presence lights from multiple vendors'
arch=('i686' 'x86_64')
url='https://github.com/JnyJny/busylight'
@@ -14,7 +14,7 @@ depends=(
'python-typer' 'python-webcolors' 'uvicorn' 'python-fastapi'
)
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('68168c0347820e8ae139baa29819388584a6fa8e4de45077efd3baeea58c46e1')
+sha256sums=('deb2a22b394c384dae5d3a0ad1307cf821f37b647a582fd7fa06567c5b6cc4c4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"