summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-02-21 00:19:30 +0100
committer Eric Hameleers <alien@slackware.com>2019-02-21 00:19:30 +0100
commit5871178e23fdeec87a9fdeb32a2216b965edad81 (patch)
tree63a2295544b568e6445fbf499b3ff5cd129ea0f9
parent35231fe5b5b2d3343f6e4193acad800cfb7c48b4 (diff)
downloadktown-5871178e23fdeec87a9fdeb32a2216b965edad81.tar.gz
ktown-5871178e23fdeec87a9fdeb32a2216b965edad81.tar.xz
Updated deps for the new python3-3.7.2 in slackware-current
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild2
-rwxr-xr-xdeps/python3-random2/python3-random2.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild
index b1eb9ec..395155a 100755
--- a/deps/PyQt5/PyQt5.SlackBuild
+++ b/deps/PyQt5/PyQt5.SlackBuild
@@ -28,7 +28,7 @@
PKGNAM=PyQt5
VERSION=${VERSION:-5.12}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
diff --git a/deps/python3-random2/python3-random2.SlackBuild b/deps/python3-random2/python3-random2.SlackBuild
index b9ff881..a0debc7 100755
--- a/deps/python3-random2/python3-random2.SlackBuild
+++ b/deps/python3-random2/python3-random2.SlackBuild
@@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python3-random2
SRCNAM=random2
VERSION=${VERSION:-1.0.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
-NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
+NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM