Skip to content
Open
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
8 changes: 4 additions & 4 deletions srcpkgs/gallery-dl/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.31.10
version=1.32.10
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
Expand All @@ -9,10 +9,10 @@ checkdepends="${depends} yt-dlp"
short_desc="Command-line program to download image galleries"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/mikf/gallery-dl"
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
homepage="https://codeberg.org/mikf/gallery-dl"
changelog="https://codeberg.org/mikf/gallery-dl/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/mikf/gallery-dl/releases/download/v${version}/gallery_dl-${version}.tar.gz"
checksum=d387c41429e14c2646eeb10285bf4777cf0ed3da68ee3f2edcba505f3e137bb7
checksum=9df27426e0230efe9e05066352f0e2080ef0981baa90790a0851e2e7b973d047

do_check() {
make test
Expand Down