ytcc: update to 2.6.1.

This commit is contained in:
icp 2022-12-07 01:34:15 +05:30 committed by Michal Vasilek
parent 73629d5a8e
commit ed9c995ca0
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ytcc' # Template file for 'ytcc'
pkgname=ytcc pkgname=ytcc
version=2.6.0 version=2.6.1
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="mpv yt-dlp python3-click python3-wcwidth" depends="mpv yt-dlp python3-click python3-wcwidth"
@ -10,8 +10,8 @@ short_desc="Cmdline tool to track your youtube channels"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/woefe/ytcc" homepage="https://github.com/woefe/ytcc"
distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz" distfiles="https://github.com/woefe/ytcc/archive/refs/tags/v${version}.tar.gz"
checksum=3d69104a20b9a6861a2663a0ffcbd6054fe05a62caccf2126c0b0cf3a446dbec checksum=abd6d26d8c1a0ad5787cf890b08ddf1cb685c2e26f353abb168da49a40974e3c
do_check() { do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -m "not flaky" test PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -m "not flaky" test