diff options
author | André | 2024-05-14 07:20:58 +0200 |
---|---|---|
committer | André | 2024-05-14 07:20:58 +0200 |
commit | e143d9177cba5c9126bf21dd8c151024eecf5b7a (patch) | |
tree | be209603e9f029e548f4d5c09db8b1d2a59154e8 /PKGBUILD | |
parent | d880b17294737a4e16746f2e69d240990b407171 (diff) | |
download | aur-e143d9177cba5c9126bf21dd8c151024eecf5b7a.tar.gz |
Update to 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |