diff options
author | Robby Workman <rw@rlworkman.net> | 2010-10-17 11:03:58 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-17 20:16:53 -0500 |
commit | cfae15e9017afd1a2a9469268668bd1269610d3d (patch) | |
tree | 1760baea851aedf030b41ed64f467f87deeb673a /libraries/goffice/goffice.SlackBuild | |
parent | 68a223a4947e15876485d36c80a6cb7c64054022 (diff) | |
download | slackbuilds-cfae15e9017afd1a2a9469268668bd1269610d3d.tar.gz |
libraries/goffice: Updated for version 0.8.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/goffice/goffice.SlackBuild')
-rw-r--r-- | libraries/goffice/goffice.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/goffice/goffice.SlackBuild b/libraries/goffice/goffice.SlackBuild index 48c313938c..00ea28169e 100644 --- a/libraries/goffice/goffice.SlackBuild +++ b/libraries/goffice/goffice.SlackBuild @@ -25,16 +25,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=goffice -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.8.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |