gallery-dl: fix pycompile_module= naming

This commit is contained in:
maxice8 2018-08-20 14:53:07 -03:00
parent 5ec01e1ec2
commit 5eb89c0896
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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"