summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-12-22 00:33:08 +0100
committer Eric Hameleers <alien@slackware.com>2017-12-22 00:33:08 +0100
commit727a55eec1c1fe9be9094b1098a622e7a1f91f26 (patch)
tree18ad1a4f0b9e6654b2a5d1ee7899106abb1f3c49 /deps/PyQt5
parentefc2d632e715498adf632904e2425a5d89e1e44f (diff)
downloadktown-727a55eec1c1fe9be9094b1098a622e7a1f91f26.tar.gz
ktown-727a55eec1c1fe9be9094b1098a622e7a1f91f26.tar.xz
deps: updates and recompilations
Diffstat (limited to 'deps/PyQt5')
-rw-r--r--deps/PyQt5/.url2
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/deps/PyQt5/.url b/deps/PyQt5/.url
index 47f9852..ebc1ebc 100644
--- a/deps/PyQt5/.url
+++ b/deps/PyQt5/.url
@@ -1,2 +1,2 @@
-https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.9.1/PyQt5_gpl-5.9.1.tar.gz
+https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.9.2/PyQt5_gpl-5.9.2.tar.gz
diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild
index 6b50832..b24bc5c 100755
--- a/deps/PyQt5/PyQt5.SlackBuild
+++ b/deps/PyQt5/PyQt5.SlackBuild
@@ -27,7 +27,7 @@
# Modified by Eric Hameleers <alien@slackware.com>
PKGNAM=PyQt5
-VERSION=${VERSION:-5.9.1}
+VERSION=${VERSION:-5.9.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -39,7 +39,7 @@ PKG=$TMP/package-$PKGNAM
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;;