gallery-dl: update to 1.18.4
Remove python3-setuptools from depends
This commit is contained in:
parent
c0d740c296
commit
31d2d5cd74
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'gallery-dl'
|
# Template file for 'gallery-dl'
|
||||||
pkgname=gallery-dl
|
pkgname=gallery-dl
|
||||||
version=1.18.2
|
version=1.18.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-requests python3-setuptools"
|
depends="python3-requests"
|
||||||
checkdepends="python3-requests python3-nose"
|
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>"
|
||||||
|
@ -12,7 +12,7 @@ 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="https://github.com/mikf/gallery-dl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mikf/gallery-dl/archive/v${version}.tar.gz"
|
||||||
checksum=72025323ea9835cc72db18d07e50e126eba3ae3e35369315299aec1977dc9f5e
|
checksum=0c3fb9a0b2955b76d79d0f9b3beb437281edb832671082ec2e599ad92e50035d
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in New Issue