summaryrefslogtreecommitdiffstats
path: root/system/lxtask
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxtask')
-rw-r--r--system/lxtask/lxtask.SlackBuild10
-rw-r--r--system/lxtask/lxtask.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild
index da1c4bc1d2..ee2bbe5436 100644
--- a/system/lxtask/lxtask.SlackBuild
+++ b/system/lxtask/lxtask.SlackBuild
@@ -48,6 +48,8 @@
# * updated.
# 0.1.7-1: 10/jul/2016 by Matteo Bernardini <ponce@slackbuilds.org>
# * updated.
+# 0.1.8-1: 25/jan/2017 by Matteo Bernardini <ponce@slackbuilds.org>
+# * updated.
#
# Run 'sh lxtask.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -56,13 +58,13 @@
# -----------------------------------------------------------------------------
PRGNAM=lxtask
-VERSION=${VERSION:-0.1.7}
+VERSION=${VERSION:-0.1.8}
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
@@ -75,8 +77,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"
diff --git a/system/lxtask/lxtask.info b/system/lxtask/lxtask.info
index e131627f9e..fe7a663545 100644
--- a/system/lxtask/lxtask.info
+++ b/system/lxtask/lxtask.info
@@ -1,8 +1,8 @@
PRGNAM="lxtask"
-VERSION=" 0.1.7"
+VERSION=" 0.1.8"
HOMEPAGE="http://wiki.lxde.org/en/LXTask"
-DOWNLOAD="http://downloads.sf.net/lxde/lxtask-0.1.7.tar.xz"
-MD5SUM="eb2ad374e97c317e2f74d47b1e582303"
+DOWNLOAD="http://downloads.sf.net/lxde/lxtask-0.1.8.tar.xz"
+MD5SUM="dd4f423dda192cb50618c6b1e76ec6b7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxde-common lxpanel"