From f71844ce15bfdfefcae7d27eb1102e2159cc00ea Mon Sep 17 00:00:00 2001 From: Pouria Rezaei Date: Fri, 8 Nov 2024 20:34:23 +0330 Subject: python/python3-pulsectl: Updated to 24.11.0. Signed-off-by: Pouria Rezaei Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pulsectl/python3-pulsectl.SlackBuild | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'python/python3-pulsectl/python3-pulsectl.SlackBuild') diff --git a/python/python3-pulsectl/python3-pulsectl.SlackBuild b/python/python3-pulsectl/python3-pulsectl.SlackBuild index 171de3cf71..2c2b8daa82 100644 --- a/python/python3-pulsectl/python3-pulsectl.SlackBuild +++ b/python/python3-pulsectl/python3-pulsectl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pulsectl -# Copyright 2019-2022 Pouria Rezaei +# Copyright 2019-2024 Pouria Rezaei # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pulsectl SRCNAM=pulsectl -VERSION=${VERSION:-24.4.0} +VERSION=${VERSION:-24.11.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