summaryrefslogtreecommitdiffstats
path: root/python/thunarx-python/thunarx-python.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-09-05 12:00:48 +0200
committer Matteo Bernardini2020-09-05 12:00:48 +0200
commit839043f491ef6b69aa53a28544e6840d94aa994f (patch)
treef71ca459b3f1d8ad0534ec73884c06f09fc7b148 /python/thunarx-python/thunarx-python.SlackBuild
parentd52c3f21bc810174eab256ff9fc51b3fe3904ddc (diff)
downloadslackbuilds-8bd3047252e157bc93f1080e04d6fc77e5a77cd5.tar.gz
20200905.1 global branch merge.current-20200905.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/thunarx-python/thunarx-python.SlackBuild')
-rw-r--r--python/thunarx-python/thunarx-python.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/thunarx-python/thunarx-python.SlackBuild b/python/thunarx-python/thunarx-python.SlackBuild
index 272da0fe51..f7480fab1d 100644
--- a/python/thunarx-python/thunarx-python.SlackBuild
+++ b/python/thunarx-python/thunarx-python.SlackBuild
@@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thunarx-python
-VERSION=${VERSION:-0.3.0}
+VERSION=${VERSION:-0.5.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
@@ -42,8 +42,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"