diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index ad8e6e9782f..25e7dde2f92 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -1,20 +1,23 @@ # Template file for 'gallery-dl' pkgname=gallery-dl -version=1.29.7 +version=1.30.2 revision=1 -build_style=python3-module -make_check_args="--ignore test/test_results.py" +build_style=python3-pep517 hostmakedepends="python3-setuptools" depends="python3-requests" -checkdepends="${depends} yt-dlp python3-pytest" +checkdepends="${depends} yt-dlp" short_desc="Command-line program to download image galleries" maintainer="SolitudeSF " license="GPL-2.0-only" homepage="https://github.com/mikf/gallery-dl" changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md" distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz" -checksum=b0ec950cfdcae6fa989de0afce8a83336ea5ce50d712edea15eebc85ca93bc1d +checksum=61437c6c457e282ee1bb99d1b87b9710e8bc2834c49c671aa7e68b35a5ec66f4 pre_build() { make man completion } + +do_check() { + make test +}