diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-02-04 19:56:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:31:08 +0700 |
commit | c7b5f68ad5f1c69a506b58a49e55d06ee066e51b (patch) | |
tree | 66563101c116613c599b7773fd560a143559966e /academic | |
parent | f5d420b2c11834e4ac0fd724798de3c1bafb2033 (diff) | |
download | slackbuilds-c7b5f68ad5f1c69a506b58a49e55d06ee066e51b.tar.gz |
academic/staden: Fix build against tklib 0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/staden/staden.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/staden/staden.SlackBuild b/academic/staden/staden.SlackBuild index 3c132c0b6d..dce45900e2 100644 --- a/academic/staden/staden.SlackBuild +++ b/academic/staden/staden.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for staden -# Copyright 2011-2014 Petar Petrov, petar.petrov@student.oulu.fi +# Copyright 2011-2015 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=staden VERSION=${VERSION:-2.0.0b10} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -TKLIB=tklib0.5 # Folder name of TKLIB +TKLIB=tklib0.6 # Folder name of TKLIB CWD=$(pwd) TMP=${TMP:-/tmp/SBo} |