summaryrefslogtreecommitdiffstats
path: root/python/python-libsass/python-libsass.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-09-14 06:09:41 +0200
committer Willy Sudiarto Raharjo2016-09-14 14:07:16 +0200
commitc04f412e2f2113d21354c2540fa02db9d8a1c3dc (patch)
treeb60626b1e478f1d51d41b883b65872aac7ccbba0 /python/python-libsass/python-libsass.SlackBuild
parent3cfb606cb11ba46639b693618fa1654ee9987e39 (diff)
downloadslackbuilds-c04f412e2f2113d21354c2540fa02db9d8a1c3dc.tar.gz
python/python-libsass: Updated for version 0.11.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-libsass/python-libsass.SlackBuild')
-rw-r--r--python/python-libsass/python-libsass.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/python-libsass/python-libsass.SlackBuild b/python/python-libsass/python-libsass.SlackBuild
index 695c565b8b..0efcc7df23 100644
--- a/python/python-libsass/python-libsass.SlackBuild
+++ b/python/python-libsass/python-libsass.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-libsass
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,13 +24,13 @@
PRGNAM=python-libsass
SRCNAM=$(echo $PRGNAM | cut -c8-14)
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.11.1}
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"