diff --git a/programming/language/tcl/tcl/actions.py b/programming/language/tcl/tcl/actions.py index 43a82fd0d2..562be8b6df 100644 --- a/programming/language/tcl/tcl/actions.py +++ b/programming/language/tcl/tcl/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): - shelltools.unlinkDir("%s/tcl8.6.6/pkgs/sqlite3.13.0" % get.workDIR()) + shelltools.unlinkDir("%s/tcl8.6.8/pkgs/sqlite3.21.0" % get.workDIR()) shelltools.cd("unix") autotools.autoreconf("-fi")