diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-23 15:14:22 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:09:59 -0500 |
commit | dae9f363c8e6aa7c4df6f28001dbf0f15738732a (patch) | |
tree | 30f0f783c62be8ae9b2e336aff1b8d7004b790b5 /desktop/xfce4-timer-plugin | |
parent | d5a01a9ac789bd95a651beb08cd36ac5c6d36f67 (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')
-rw-r--r-- | desktop/xfce4-timer-plugin/xfce4-timer-plugin.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/xfce4-timer-plugin/xfce4-timer-plugin.info | 6 |
2 files changed, 7 insertions, 7 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" diff --git a/desktop/xfce4-timer-plugin/xfce4-timer-plugin.info b/desktop/xfce4-timer-plugin/xfce4-timer-plugin.info index efe2c606c0c7..67d05fa124ee 100644 --- a/desktop/xfce4-timer-plugin/xfce4-timer-plugin.info +++ b/desktop/xfce4-timer-plugin/xfce4-timer-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-timer-plugin" -VERSION="1.6.0" +VERSION="1.7.1" HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin" -DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.6/xfce4-timer-plugin-1.6.0.tar.bz2" -MD5SUM="3be2a4ccfb2af20441b1d25c2cea5f28" +DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2" +MD5SUM="e0df5b6be30993719d084fc4f78a6218" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |