From 9736dd2e350d798730a7e19679dbb36e2e43dfea Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Fri, 17 Jul 2026 14:24:40 +0200 Subject: [PATCH] python3-auditok: update to 0.5.0 --- srcpkgs/python3-auditok/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-auditok/template b/srcpkgs/python3-auditok/template index 8c4136b43baab7..5b83e875437eb3 100644 --- a/srcpkgs/python3-auditok/template +++ b/srcpkgs/python3-auditok/template @@ -1,18 +1,19 @@ # Template file for 'python3-auditok' pkgname=python3-auditok -version=0.4.2 +version=0.5.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm" depends="python3-numpy python3-matplotlib python3-tqdm python3-sounddevice - ffmpeg6" + python3-webrtcvad ffmpeg6" +checkdepends="python3-pytest python3-pytest-cov $depends" short_desc="Audio activity detection and segmentation tool" maintainer="Mateusz Sylwestrzak " license="MIT" homepage="https://github.com/amsehili/auditok" changelog="https://raw.githubusercontent.com/amsehili/auditok/main/CHANGELOG" -distfiles="${PYPI_SITE}/a/auditok/auditok-${version}.tar.gz" -checksum=52985096cbd3c15d650e71cb252b385875c9031da40ca8584b99fcdd9e26eaa5 +distfiles="https://github.com/amsehili/auditok/archive/refs/tags/v${version}.tar.gz" +checksum=4870fff3a2e3264bee2452944c82651113eb668735d2d8fb8f8ae0435f449c34 post_install() { vlicense LICENSE