mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/gnucash-docs: Updated for version 4.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e2f58df2f6
commit
5d365b8f31
3 changed files with 6 additions and 6 deletions
|
@ -25,6 +25,6 @@ Note 1: This script builds the internal guides in all available
|
|||
languages, but the HTML guides are only in the spacified language
|
||||
to save space and avoid excessive package bloat.
|
||||
|
||||
Note 2: This builds the docs for version 3.x of Gnucash. If you
|
||||
Note 2: This builds the docs for version 4.x of Gnucash. If you
|
||||
need the old stable 2.6 branch, use gnucash-legacy-docs, also
|
||||
available on SBo.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=gnucash-docs
|
||||
DESTNAM=gnucash
|
||||
VERSION=${VERSION:-3.11}
|
||||
VERSION=${VERSION:-4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gnucash-docs"
|
||||
VERSION="3.11"
|
||||
VERSION="4.5"
|
||||
HOMEPAGE="http://www.gnucash.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-docs-3.11.tar.gz"
|
||||
MD5SUM="1886563b1fc7b2582a19a96484609581"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-docs-4.5.tar.gz"
|
||||
MD5SUM="cb619592f5ac25e2d1d1312c1a43e32d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnucash rarian yelp"
|
||||
REQUIRES="gnucash yelp"
|
||||
MAINTAINER="Lenard Spencer"
|
||||
EMAIL="lenardrspencer@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue