summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré2024-05-14 07:20:58 +0200
committerAndré2024-05-14 07:20:58 +0200
commite143d9177cba5c9126bf21dd8c151024eecf5b7a (patch)
treebe209603e9f029e548f4d5c09db8b1d2a59154e8 /PKGBUILD
parentd880b17294737a4e16746f2e69d240990b407171 (diff)
downloadaur-e143d9177cba5c9126bf21dd8c151024eecf5b7a.tar.gz
Update to 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc7cd30f85c9..9f4de60743d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-wyoming
_pkgname=wyoming
pkgdesc="Peer-to-peer protocol for voice assistants"
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
arch=(any)
url="https://github.com/rhasspy/wyoming"
@@ -10,7 +10,7 @@ depends=(python)
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('python-zeroconf: Zeroconf support')
source=("https://github.com/rhasspy/wyoming/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('00b9129a7af8d44297398690199f874183ffe0c62399283e07768915c1c8518b')
+sha256sums=('2f24a7ee259f3c39a288e47ffc932ff58f34ed27ffd7d6660fe443df33d969a8')
build() {
cd $_pkgname-$pkgver