mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/pysolfc: Add missing dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
439fd63c25
commit
f2dc844c3c
2 changed files with 6 additions and 2 deletions
|
@ -24,6 +24,10 @@
|
||||||
|
|
||||||
# Now maintained by B. Watson <yalhcru@gmail.com>
|
# 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:
|
# 20181013 bkw:
|
||||||
# - Take over maintenance.
|
# - Take over maintenance.
|
||||||
# - Update for v2.4.0. Incompatible changes, can't build the old
|
# - Update for v2.4.0. Incompatible changes, can't build the old
|
||||||
|
@ -41,7 +45,7 @@
|
||||||
SRCNAM=PySolFC
|
SRCNAM=PySolFC
|
||||||
PRGNAM=pysolfc
|
PRGNAM=pysolfc
|
||||||
VERSION=${VERSION:-2.4.0}
|
VERSION=${VERSION:-2.4.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CARDSETVER=${CARDSETVER:-2.0}
|
CARDSETVER=${CARDSETVER:-2.0}
|
||||||
|
|
|
@ -7,6 +7,6 @@ MD5SUM="43d3a6f82418a9cb7452ab7bc0e1401b \
|
||||||
85c0edeeb0e319d54f9ebcd4165a2077"
|
85c0edeeb0e319d54f9ebcd4165a2077"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="six"
|
||||||
MAINTAINER="B. Watson"
|
MAINTAINER="B. Watson"
|
||||||
EMAIL="yalhcru@gmail.com"
|
EMAIL="yalhcru@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue