From f92d314fea1dc38ab2576daf306b3f388db99a11 Mon Sep 17 00:00:00 2001 From: Sven Jonsson Date: Sun, 26 May 2019 09:15:40 +0200 Subject: [PATCH] pysolfc: enable card scaling --- srcpkgs/pysolfc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index ca3141e770d..62eb90009af 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -1,12 +1,12 @@ # Template file for 'pysolfc' pkgname=pysolfc version=2.6.4 -revision=1 -arch="noarch" +revision=2 +archs="noarch" wrksrc="PySolFC-${pkgname}-${version}" build_style=python3-module pycompile_module=pysollib -hostmakedepends="python3-pygame python3-random2 python3-six python3-tkinter" +hostmakedepends="python3-pygame python3-random2 python3-six python3-tkinter python3-Pillow" depends="pysolfc-cardsets ${hostmakedepends}" short_desc="Python solitaire game collection" maintainer="Leah Neukirchen "