From 2f75cf9fec75c881421f49a4059720f17e11b3ae Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 15 Mar 2023 23:01:34 +0100 Subject: [PATCH] pyradio: update to 0.9.1. --- srcpkgs/pyradio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 12ef5ce2b320..45d73555d2cc 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,17 +1,17 @@ # Template file for 'pyradio' pkgname=pyradio -version=0.8.9.32 +version=0.9.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-dnspython python3-psutil" short_desc="Curses based internet radio player" -maintainer="Orphaned " +maintainer="Eloi Torrents " 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=d86f13849151aa9ea5d40310cfb827a3bd7138e8809affa9a0442fbc427b5df6 +checksum=0510eabdc5473b90821b38c142cf4dfa8229cb3c52d534fbfc625a0515f6f1e3 make_check=no # pytest reports "no tests ran" post_install() {