Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gallery-dl: update to 1.28.2 #53608

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/gallery-dl/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.27.5
revision=2
version=1.28.2
revision=1
build_style=python3-module
make_check_args="--ignore test/test_results.py"
hostmakedepends="python3-setuptools"
Expand All @@ -13,7 +13,7 @@ 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=f7fbf2321e98f79c8971de8bc44b059a976a44cb4f7dd19947affa9e76bc1484
checksum=0199be45186cb39848cf6f1b741a114a381f54878b7e30d3b2a6266de3752b42

pre_build() {
make man completion
Expand Down
Loading