summaryrefslogtreecommitdiffstats
path: root/office/treesheets/treesheets.SlackBuild
diff options
context:
space:
mode:
author David Spencer2016-01-25 19:55:29 +0100
committer Willy Sudiarto Raharjo2016-01-26 12:58:51 +0100
commit0ed2e863c896a0824f458bdff71cf522ac76570e (patch)
tree664960eb01c294190096a68828f9779cd8657817 /office/treesheets/treesheets.SlackBuild
parentaf8c6a0ec5959d6879abdbd667b6ad956f10dd49 (diff)
downloadslackbuilds-0ed2e863c896a0824f458bdff71cf522ac76570e.tar.gz
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.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/office/treesheets/treesheets.SlackBuild b/office/treesheets/treesheets.SlackBuild
index eb5a3e8d3e..f1677db5da 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