mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
gallery-dl: update to 1.30.2.
This commit is contained in:
parent
72e96b9824
commit
a9d594325a
1 changed files with 8 additions and 5 deletions
|
@ -1,20 +1,23 @@
|
||||||
# Template file for 'gallery-dl'
|
# Template file for 'gallery-dl'
|
||||||
pkgname=gallery-dl
|
pkgname=gallery-dl
|
||||||
version=1.29.7
|
version=1.30.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
make_check_args="--ignore test/test_results.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-requests"
|
depends="python3-requests"
|
||||||
checkdepends="${depends} yt-dlp python3-pytest"
|
checkdepends="${depends} yt-dlp"
|
||||||
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-only"
|
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/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=b0ec950cfdcae6fa989de0afce8a83336ea5ce50d712edea15eebc85ca93bc1d
|
checksum=61437c6c457e282ee1bb99d1b87b9710e8bc2834c49c671aa7e68b35a5ec66f4
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make man completion
|
make man completion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue