diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-29 04:56:25 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:48:41 +0700 |
commit | 2ba32921795ac40477b6b3209abac14d61c9c243 (patch) | |
tree | 336b1ded4895f349a10c0de394ec25efac36fec3 /python/regex/regex.SlackBuild | |
parent | deed32282f86336585d1aa378adf2576ae1b7c28 (diff) | |
download | slackbuilds-2ba32921795ac40477b6b3209abac14d61c9c243.tar.gz |
python/regex: Updated for version 2016.08.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/regex/regex.SlackBuild')
-rw-r--r-- | python/regex/regex.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/regex/regex.SlackBuild b/python/regex/regex.SlackBuild index a2524a2174..e128ede5f4 100644 --- a/python/regex/regex.SlackBuild +++ b/python/regex/regex.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=regex -VERSION=${VERSION:-2016.07.21} +VERSION=${VERSION:-2016.08.27} 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 @@ -40,8 +40,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" |