gallery-dl: fix pycompile_module= naming
This commit is contained in:
parent
5ec01e1ec2
commit
5eb89c0896
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gallery-dl'
|
||||
pkgname=gallery-dl
|
||||
version=1.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gallery_dl-${version}"
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_modules="gallery_dl"
|
||||
pycompile_module="gallery_dl"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-requests"
|
||||
short_desc="Command-line program to download image galleries"
|
||||
|
|
Loading…
Reference in a new issue