From f989037a64d5f50fcdd6ef051e97964b6d0a1a86 Mon Sep 17 00:00:00 2001 From: Pouria Rezaei Date: Sat, 6 Jul 2024 23:15:07 +0330 Subject: python/python3-tekore: Updated to 5.5.0. Signed-off-by: Pouria Rezaei Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tekore/python3-tekore.SlackBuild | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'python/python3-tekore/python3-tekore.SlackBuild') diff --git a/python/python3-tekore/python3-tekore.SlackBuild b/python/python3-tekore/python3-tekore.SlackBuild index 73a2ad9090..b997143314 100644 --- a/python/python3-tekore/python3-tekore.SlackBuild +++ b/python/python3-tekore/python3-tekore.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tekore SRCNAM=tekore -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,20 +52,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG -- cgit v1.2.3