aboutsummaryrefslogtreecommitdiff
path: root/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-23 15:14:22 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-18 00:09:59 -0500
commitdae9f363c8e6aa7c4df6f28001dbf0f15738732a (patch)
tree30f0f783c62be8ae9b2e336aff1b8d7004b790b5 /desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild
parentd5a01a9ac789bd95a651beb08cd36ac5c6d36f67 (diff)
desktop/xfce4-timer-plugin: Updated for version 1.7.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild b/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild
index cda24ce93d25..e7eb6ee47cff 100644
--- a/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild
+++ b/desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-timer-plugin
-VERSION=${VERSION:-1.6.0}
+VERSION=${VERSION:-1.7.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
@@ -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"