diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-12 04:17:44 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:40 +0700 |
commit | b9307e3fb1ff3aba0c97c83769dcdc6daa7cd73b (patch) | |
tree | c8b8bd94509c639ae41e76899806a30fbb3d12df /office/CherryTree | |
parent | f3c72020b6ed991a8776a898f867d01a106716a2 (diff) | |
download | slackbuilds-b9307e3fb1ff3aba0c97c83769dcdc6daa7cd73b.tar.gz |
office/CherryTree: Updated for version 0.37.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'office/CherryTree')
-rw-r--r-- | office/CherryTree/CherryTree.SlackBuild | 8 | ||||
-rw-r--r-- | office/CherryTree/CherryTree.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/CherryTree/CherryTree.SlackBuild b/office/CherryTree/CherryTree.SlackBuild index f5e0bf4b25..81ef0db2ff 100644 --- a/office/CherryTree/CherryTree.SlackBuild +++ b/office/CherryTree/CherryTree.SlackBuild @@ -24,13 +24,13 @@ PRGNAM=CherryTree SRCNAM=${PRGNAM,,} -VERSION=${VERSION:-0.37.2} +VERSION=${VERSION:-0.37.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -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/CherryTree/CherryTree.info b/office/CherryTree/CherryTree.info index 8e5cd1542e..6c992b3044 100644 --- a/office/CherryTree/CherryTree.info +++ b/office/CherryTree/CherryTree.info @@ -1,8 +1,8 @@ PRGNAM="CherryTree" -VERSION="0.37.2" +VERSION="0.37.3" HOMEPAGE="http://www.giuspen.com/cherrytree" -DOWNLOAD="http://www.giuspen.com/software/cherrytree-0.37.2.tar.xz" -MD5SUM="00af526d55b60ed34e6b2b0a983a1592" +DOWNLOAD="http://www.giuspen.com/software/cherrytree-0.37.3.tar.xz" +MD5SUM="577a191b93af8ecb88c85e1e94445bd2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygtksourceview" |