From ced02387b46708d56d0caf54cd70478a79faab42 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 28 Jan 2017 13:39:56 -0800 Subject: office/grisbi: Updated for version 1.0.1 Signed-off-by: Larry Hajali --- office/grisbi/README | 2 +- office/grisbi/grisbi.SlackBuild | 10 +++++----- office/grisbi/grisbi.info | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'office/grisbi') diff --git a/office/grisbi/README b/office/grisbi/README index 4bcf506fbf5c..f8835546ed6f 100644 --- a/office/grisbi/README +++ b/office/grisbi/README @@ -3,4 +3,4 @@ Windows, released under the GPL licence. Its aim is to provide you with the most simple and intuitive software for basic use, and still very powerful if you spend a little time on the setup. -Optional dependencies: libofx and goffice0.8 +Optional dependencies: cunit, libofx and goffice0.8 diff --git a/office/grisbi/grisbi.SlackBuild b/office/grisbi/grisbi.SlackBuild index 09772dff68fc..3962553f2ed4 100644 --- a/office/grisbi/grisbi.SlackBuild +++ b/office/grisbi/grisbi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for grisbi -# Copyright 2010-2014 Larry Hajali +# Copyright 2010-2017 Larry Hajali # 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=grisbi -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,14 +34,14 @@ OUTPUT=${OUTPUT:-/tmp} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/office/grisbi/grisbi.info b/office/grisbi/grisbi.info index 913f8c1a93cf..ffbf32ee5e53 100644 --- a/office/grisbi/grisbi.info +++ b/office/grisbi/grisbi.info @@ -1,8 +1,8 @@ PRGNAM="grisbi" -VERSION="1.0.0" +VERSION="1.0.1" HOMEPAGE="http://www.grisbi.org/" -DOWNLOAD="http://downloads.sourceforge.net/grisbi/grisbi-1.0.0.tar.bz2" -MD5SUM="d3d0b03b49f2c86b110910ec903630f2" +DOWNLOAD="http://downloads.sourceforge.net/grisbi/grisbi-1.0.1.tar.bz2" +MD5SUM="c81923af86af10c0839af3aee741f5ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3