diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-25 18:55:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-26 18:58:51 +0700 |
commit | 0ed2e863c896a0824f458bdff71cf522ac76570e (patch) | |
tree | 664960eb01c294190096a68828f9779cd8657817 /office/treesheets/treesheets.SlackBuild | |
parent | af8c6a0ec5959d6879abdbd667b6ad956f10dd49 (diff) |
office/treesheets: Updated for version 150616.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/treesheets/treesheets.SlackBuild')
-rw-r--r-- | office/treesheets/treesheets.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/office/treesheets/treesheets.SlackBuild b/office/treesheets/treesheets.SlackBuild index eb5a3e8d3e1e..f1677db5da80 100644 --- a/office/treesheets/treesheets.SlackBuild +++ b/office/treesheets/treesheets.SlackBuild @@ -7,7 +7,7 @@ # license: WTFPL <http://sam.zoy.org/wtfpl/COPYING> PRGNAM=treesheets -VERSION=${VERSION:-131026} +VERSION=${VERSION:-150616} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -24,7 +24,11 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -TARBALL="${PRGNAM}_linux.tar.gz" # Name of 32bit tarball +if [ "$ARCH" = 'x86_64' ]; then + TARBALL="${PRGNAM}_linux64.tar.gz" +else + TARBALL="${PRGNAM}_linux.tar.gz" +fi TARBALL_ROOT="TS" # Name of tarballs root directory set -eu |