From c11c33789d91ad2e06262f7be4eea429c6c45712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 2 Oct 2021 16:59:38 -0300 Subject: [PATCH] castero: update to 0.9.4. --- srcpkgs/castero/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template index d813120d88b..11574f87b87 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,6 +1,6 @@ # Template file for 'castero' pkgname=castero -version=0.9.3 +version=0.9.4 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,8 +13,9 @@ short_desc="TUI podcast client for the terminal" maintainer="Nathan Owens " license="MIT" homepage="https://github.com/xgi/castero" +changelog="https://raw.githubusercontent.com/xgi/castero/master/CHANGELOG.md" distfiles="https://github.com/xgi/castero/archive/v${version}.tar.gz" -checksum=d0cea7efbfc0dd7ae01e496a81b67a1d4a47dbc2ab28ff61be5ae7910015717d +checksum=53df64e3dfa407c78c46907339d068b3649be62fc9f3a3ce76a803658843f88d # Remove requirement of python3-vlc # as we can use python3-mpv instead,