tuxracer: bump libtcl version

This commit is contained in:
Sergei Reznikov
2020-11-26 02:03:36 +03:00
parent c49c79587c
commit 026915d594

View File

@@ -23,7 +23,7 @@ REQUIRES="
lib:libGL
lib:libGLU
lib:libSDL_1.2
lib:libtcl8.5 #tcl version in the recipe has to be set to >=8.0 instead of >=8.5
lib:libtcl8.6 #tcl version in the recipe has to be set to >=8.0 instead of >=8.6
"
BUILD_REQUIRES="
@@ -31,7 +31,7 @@ BUILD_REQUIRES="
devel:libGL
devel:libGLU
devel:libSDL
devel:libtclstub8.5
devel:libtclstub8.6
"
BUILD_PREREQUIRES="
cmd:gcc