From 742c7feaf254618ae03eb0bd8f77a49209b1faa9 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 7 Dec 2022 01:34:15 +0530 Subject: [PATCH] ytcc: update to 2.6.1. --- srcpkgs/ytcc/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index 8dcaa81177dd..d4acc88f3817 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,7 +1,7 @@ # Template file for 'ytcc' pkgname=ytcc -version=2.6.0 -revision=2 +version=2.6.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="mpv yt-dlp python3-click python3-wcwidth" @@ -10,8 +10,8 @@ short_desc="Cmdline tool to track your youtube channels" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/woefe/ytcc" -distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz" -checksum=3d69104a20b9a6861a2663a0ffcbd6054fe05a62caccf2126c0b0cf3a446dbec +distfiles="https://github.com/woefe/ytcc/archive/refs/tags/v{version}.tar.gz" +checksum=abd6d26d8c1a0ad5787cf890b08ddf1cb685c2e26f353abb168da49a40974e3c do_check() { PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -m "not flaky" test