pysolfc: add pysolfc-cardsets to depends

Closes: #10726 [via git-merge-pr]
This commit is contained in:
newbluemoon 2018-01-12 17:51:53 +01:00 committed by Jürgen Buchmüller
parent 3daf922b34
commit a22256a222
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'pysolfc' # Template file for 'pysolfc'
pkgname=pysolfc pkgname=pysolfc
version=2.1.2 version=2.1.2
revision=2 revision=3
noarch=yes noarch=yes
wrksrc="PySolFC-${version}" wrksrc="PySolFC-${version}"
build_style=python2-module build_style=python2-module
pycompile_module=pysollib pycompile_module=pysollib
hostmakedepends="python" hostmakedepends="python"
depends="python-tkinter python-pygame python-six python-random2" depends="python-tkinter python-pygame python-six python-random2 pysolfc-cardsets"
short_desc="A Python solitaire game collection" short_desc="A Python solitaire game collection"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
license="GPL-3" license="GPL-3"