From ff284523dc99cc7f6bd2da8373cadea98e4c5d91 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 16 Mar 2022 14:31:06 +0100 Subject: [PATCH 1/2] pyradio: update to 0.8.9.14 --- srcpkgs/pyradio/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index a86b57d7bd61..41164935abd9 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,17 +1,17 @@ # Template file for 'pyradio' pkgname=pyradio -version=0.8.9.9 -revision=2 +version=0.8.9.14 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-requests python3-dnspython" +depends="python3-requests python3-dnspython python3-psutil" short_desc="Curses based internet radio player" maintainer="Orphaned " 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=9114254088e294bf06399f892c08056d86172bd32c40869474347eb846a965f3 +checksum=76e06934926a1acfd7bba3735d8e0b387d7985dd38a398376877b6fd7da71940 make_check=no # pytest reports "no tests ran" post_install() { From 76c4437dde4d6623c7283a14bb60fdf7dd3ba05f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 17 Mar 2022 20:18:36 +0100 Subject: [PATCH 2/2] pyradio: update to 0.8.9.14 --- srcpkgs/pyradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 41164935abd9..1c2670682351 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -9,7 +9,7 @@ short_desc="Curses based internet radio player" maintainer="Orphaned " license="MIT" homepage="http://www.coderholic.com/pyradio/" -changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog" +changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog" distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz" checksum=76e06934926a1acfd7bba3735d8e0b387d7985dd38a398376877b6fd7da71940 make_check=no # pytest reports "no tests ran"