ytmdl: update to 2021.05.26

This commit is contained in:
FollieHiyuki 2021-05-30 22:13:59 +03:00 committed by Érico Nogueira Rolim
parent 10d7d72440
commit 81aa793bfe
1 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ytmdl'
pkgname=ytmdl
version=2021.03.04
version=2021.05.26
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -15,11 +15,9 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/deepjyoti30/ytmdl"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=c04d109ffa89958aedb0d2a7b4bcab1421cbc372cb176611f95a86d2dd39f1f2
do_check() {
:
}
checksum=430a0dc3fc2c7135391bed37564de71a12dba9def72e129f43be9324abc33e97
# There is no test to run
make_check=no
pre_configure() {
vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py