office/gnucash: Updated for version 3.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
79aefbcc3f
commit
cc8940b881
|
@ -20,7 +20,7 @@ and libdbi-drivers installed (with postgresql support), and then pass
|
|||
the DBI="yes" flag.
|
||||
|
||||
NOTE: You must remove any previous installation of Gnucash before
|
||||
running this script, otherwise the build will fail.
|
||||
running this script, otherwise the build will fail.
|
||||
|
||||
This script builds version 3.x which is now considered stable by the
|
||||
upstream developers. If you need the old stable 2.6.x series, please
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gnucash
|
||||
VERSION=${VERSION:-3.2}
|
||||
VERSION=${VERSION:-3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -159,4 +159,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gnucash"
|
||||
VERSION="3.2"
|
||||
VERSION="3.3"
|
||||
HOMEPAGE="http://www.gnucash.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-3.2.tar.bz2"
|
||||
MD5SUM="d442371ea6f0d16be8314e55e4fb420a"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-3.3.tar.bz2"
|
||||
MD5SUM="2f41cb3cbbe60fefcf1d05ad3da663b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="webkit2gtk python3 gtest"
|
||||
|
|
Loading…
Reference in New Issue