From 5eb89c08968193bef30b2f4c1e27508ac7511988 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 20 Aug 2018 14:53:07 -0300 Subject: [PATCH] gallery-dl: fix pycompile_module= naming --- srcpkgs/gallery-dl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index 3d55a33889..726aad2fc1 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -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"