summaryrefslogtreecommitdiffstats
path: root/deps/qt5-speech/qt5-speech.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/qt5-speech/qt5-speech.SlackBuild')
-rwxr-xr-xdeps/qt5-speech/qt5-speech.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/qt5-speech/qt5-speech.SlackBuild b/deps/qt5-speech/qt5-speech.SlackBuild
index 9782148..5bbd32c 100755
--- a/deps/qt5-speech/qt5-speech.SlackBuild
+++ b/deps/qt5-speech/qt5-speech.SlackBuild
@@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5-speech
-SRCVER=${SRCVER:-"5.13.0"}
+SRCVER=${SRCVER:-"5.13.1"}
VERSION=$(echo $SRCVER | tr - _)
BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then