diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-06 13:47:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-09 13:17:26 +0700 |
commit | f2dc844c3cac3ba77826ce7f62798cc0fc4f1ff5 (patch) | |
tree | a87232426164ec4cb6543f1feb4d06605afb97ee /games/pysolfc | |
parent | 439fd63c2590971368a4c628efb47356082bf1ee (diff) | |
download | slackbuilds-f2dc844c3cac3ba77826ce7f62798cc0fc4f1ff5.tar.gz |
games/pysolfc: Add missing dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/pysolfc')
-rw-r--r-- | games/pysolfc/pysolfc.SlackBuild | 6 | ||||
-rw-r--r-- | games/pysolfc/pysolfc.info | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games/pysolfc/pysolfc.SlackBuild b/games/pysolfc/pysolfc.SlackBuild index 67e8f4dc1d..02ef038041 100644 --- a/games/pysolfc/pysolfc.SlackBuild +++ b/games/pysolfc/pysolfc.SlackBuild @@ -24,6 +24,10 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20181206 bkw: +# - Add missing 'six' dependency. Thanks to Carsten Boysen Jensen for +# the bug report. BUILD=2 + # 20181013 bkw: # - Take over maintenance. # - Update for v2.4.0. Incompatible changes, can't build the old @@ -41,7 +45,7 @@ SRCNAM=PySolFC PRGNAM=pysolfc VERSION=${VERSION:-2.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CARDSETVER=${CARDSETVER:-2.0} diff --git a/games/pysolfc/pysolfc.info b/games/pysolfc/pysolfc.info index c853cad8cd..acb95cd6b2 100644 --- a/games/pysolfc/pysolfc.info +++ b/games/pysolfc/pysolfc.info @@ -7,6 +7,6 @@ MD5SUM="43d3a6f82418a9cb7452ab7bc0e1401b \ 85c0edeeb0e319d54f9ebcd4165a2077" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="six" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |