From bc8484e31dc0fd47aea4b7e43b22f383a296cf2b Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Sat, 1 Apr 2023 09:07:38 +0200 Subject: [PATCH] pyradio: update to 0.9.2.2. --- srcpkgs/pyradio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 04193ed65d4c..8e43e85698c8 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,7 +1,7 @@ # Template file for 'pyradio' pkgname=pyradio -version=0.9.2.1 -revision=2 +version=0.9.2.2 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-dnspython python3-psutil python3-rich" @@ -11,7 +11,7 @@ license="MIT" homepage="http://www.coderholic.com/pyradio/" changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog" distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz" -checksum=79a000b1e3106afc5ad09b1c71556f6b9ff6a818f09230bfd592c8b3927cc7f1 +checksum=bc92c6e1364d6867244500924a00ae5a918a58c29138484872e0dd168891762b make_check=no # pytest reports "no tests ran" post_install() {