summaryrefslogtreecommitdiffstats
path: root/system/ncdu/ncdu.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2018-03-26 10:55:02 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-31 07:41:45 +0700
commitcf39ffe717f39a54aaa253ed89961c5cb744b25e (patch)
treeaee0495997c303490ceeef4a9bd70dd445773ce7 /system/ncdu/ncdu.SlackBuild
parent93cbea53548dbf107a97f1cc1ac15aed401b1f4f (diff)
downloadslackbuilds-cf39ffe717f39a54aaa253ed89961c5cb744b25e.tar.gz
slackbuilds-cf39ffe717f39a54aaa253ed89961c5cb744b25e.tar.xz
system/ncdu: Updated for version 1.13.
Diffstat (limited to 'system/ncdu/ncdu.SlackBuild')
-rw-r--r--system/ncdu/ncdu.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/ncdu/ncdu.SlackBuild b/system/ncdu/ncdu.SlackBuild
index 28bbe7ffd6..0dd77d2107 100644
--- a/system/ncdu/ncdu.SlackBuild
+++ b/system/ncdu/ncdu.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for ncdu
#
-# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2018 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ncdu
-VERSION=${VERSION:-1.12}
+VERSION=${VERSION:-1.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,6 +46,8 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+else
+ SLKCFLAGS="-O2"
fi
set -eu