gallery-dl: update to 1.13.4.

This commit is contained in:
bra1nwave 2020-04-18 08:02:42 +02:00 committed by Johannes
parent dbfd2e29e9
commit a3e592e21d

View file

@ -1,19 +1,24 @@
# Template file for 'gallery-dl' # Template file for 'gallery-dl'
pkgname=gallery-dl pkgname=gallery-dl
version=1.13.2 version=1.13.4
revision=1 revision=1
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-requests" depends="python3-requests python3-setuptools"
checkdepends="python3-requests python3-nose"
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-or-later"
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="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0c4e4bcd917ad84e7e852862f01dcbe0e672f113ab03241b24c9c677ca2a77a5 checksum=777904a7879879d7f2eb1ac3f2e2f2f74cf49890d94edb0884545233d11ddc33
post_build() { do_check() {
make test
}
pre_build() {
make man completion make man completion
} }