From d1ce9f930ddd91c1cf5cea38d1b23ecaaf70d0ad Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 22 Dec 2022 20:52:30 +0530 Subject: [PATCH] gallery-dl: update to 1.24.2. --- srcpkgs/gallery-dl/template | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index f3d0836d3b32..809f957415be 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -1,22 +1,19 @@ # Template file for 'gallery-dl' pkgname=gallery-dl -version=1.23.2 -revision=2 +version=1.24.2 +revision=1 build_style=python3-module +make_check_args="--ignore test/test_results.py" hostmakedepends="python3-setuptools" depends="python3-requests" -checkdepends="python3-requests" +checkdepends="${depends} youtube-dl python3-pytest" short_desc="Command-line program to download image galleries" maintainer="SolitudeSF " -license="GPL-2.0-or-later" +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/v${version}.tar.gz" -checksum=94ea35f4a10800fcd4bf97c6316e41636164a98f1ef7849981de69979d5a3ea1 - -do_check() { - make test -} +distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz" +checksum=e0d760359393c0750bd0b918db73dea3edbb99f3021e116f547a76018af8e946 pre_build() { make man completion