ytcc: update to 2.6.1.
This commit is contained in:
parent
73629d5a8e
commit
ed9c995ca0
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue