pysolfc: enable card scaling

This commit is contained in:
Sven Jonsson 2019-05-26 09:15:40 +02:00 committed by Helmut Pozimski
parent b6516c93a9
commit f92d314fea

View File

@ -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 <leah@vuxu.org>"