From 68bf2c08769742db2d83f3e538b03053aa067c12 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 3 Nov 2013 19:44:10 -0600 Subject: office/gnumeric: Updated for version 1.12.8. Signed-off-by: Robby Workman --- office/gnumeric/gnumeric.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'office/gnumeric/gnumeric.SlackBuild') diff --git a/office/gnumeric/gnumeric.SlackBuild b/office/gnumeric/gnumeric.SlackBuild index 7ee09049ab..0bb9e1c200 100644 --- a/office/gnumeric/gnumeric.SlackBuild +++ b/office/gnumeric/gnumeric.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gnumeric -# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA +# Copyright 2010-2013 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnumeric -VERSION=${VERSION:-1.10.14} +VERSION=${VERSION:-1.12.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find . \ -- cgit v1.2.3-65-gdbad