diff options
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" |