Skip to content
Draft
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.30.2
revision=2
version=1.31.10
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-requests"
Expand All @@ -12,7 +12,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=61437c6c457e282ee1bb99d1b87b9710e8bc2834c49c671aa7e68b35a5ec66f4
checksum=9f110c539cd03d0985587edf8ff3c1a51673f5916f1567a8b1b6d13734b6b016

pre_build() {
make man completion
Expand Down
Loading