From 11ebbd78747ba8203737ebfe33f7a34111b7c5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 12 Jan 2018 15:32:31 +0100 Subject: [PATCH] pysolfc: add python-{six,random2} to depends --- srcpkgs/pysolfc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index 21ffae64048..a47cf43dc8f 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -1,13 +1,13 @@ # Template file for 'pysolfc' pkgname=pysolfc version=2.1.2 -revision=1 +revision=2 noarch=yes wrksrc="PySolFC-${version}" build_style=python2-module pycompile_module=pysollib hostmakedepends="python" -depends="python-tkinter python-pygame" +depends="python-tkinter python-pygame python-six python-random2" short_desc="A Python solitaire game collection" maintainer="Orphaned " license="GPL-3"