summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-10-21 09:05:37 +0200
committer Robby Workman2021-04-18 07:01:05 +0200
commit804471111bb2710d4d4d3133fee9f170d8f7874b (patch)
tree29d2240291ba6cdfae5138a05006ac42038fcd44 /desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
parent916e5608c350f2df36fe2e89e70e82419a178219 (diff)
downloadslackbuilds-804471111bb2710d4d4d3133fee9f170d8f7874b.tar.gz
desktop/thunar-archive-plugin: Updated for version 0.4.0.
This is needed by the new thunar. Thanks to mmawhin on LQ Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild')
-rw-r--r--desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild b/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
index fd27c5b191..4b3135bcda 100644
--- a/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
+++ b/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thunar-archive-plugin
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.4.0}
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"