gallery-dl: update to 1.24.2.

This commit is contained in:
icp 2022-12-22 20:52:30 +05:30 committed by Michal Vasilek
parent 2045c3b36b
commit 6ef5713a21

View file

@ -1,22 +1,19 @@
# Template file for 'gallery-dl' # Template file for 'gallery-dl'
pkgname=gallery-dl pkgname=gallery-dl
version=1.23.2 version=1.24.2
revision=2 revision=1
build_style=python3-module build_style=python3-module
make_check_args="--ignore test/test_results.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-requests" depends="python3-requests"
checkdepends="python3-requests" checkdepends="${depends} youtube-dl python3-pytest"
short_desc="Command-line program to download image galleries" short_desc="Command-line program to download image galleries"
maintainer="SolitudeSF <solitudesf@protonmail.com>" maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-only"
homepage="https://github.com/mikf/gallery-dl" homepage="https://github.com/mikf/gallery-dl"
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
distfiles="https://github.com/mikf/gallery-dl/archive/v${version}.tar.gz" distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz"
checksum=94ea35f4a10800fcd4bf97c6316e41636164a98f1ef7849981de69979d5a3ea1 checksum=e0d760359393c0750bd0b918db73dea3edbb99f3021e116f547a76018af8e946
do_check() {
make test
}
pre_build() { pre_build() {
make man completion make man completion