summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5/PyQt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-11-11 21:34:33 +0100
committer Eric Hameleers <alien@slackware.com>2019-11-11 21:34:33 +0100
commitbc0465f57b9318adebe350dfe36d4b0d27045fc4 (patch)
tree2e62ec1953fd768e08f268e2d9d1bb50abff6845 /deps/PyQt5/PyQt5.SlackBuild
parent25e06aadbdec1fa4113960acb355a4183cb0c552 (diff)
downloadktown-bc0465f57b9318adebe350dfe36d4b0d27045fc4.tar.gz
ktown-bc0465f57b9318adebe350dfe36d4b0d27045fc4.tar.xz
Deps: updates for qt5 and PyQt5
Diffstat (limited to 'deps/PyQt5/PyQt5.SlackBuild')
-rwxr-xr-xdeps/PyQt5/PyQt5.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/PyQt5/PyQt5.SlackBuild b/deps/PyQt5/PyQt5.SlackBuild
index 1010b94..33c203e 100755
--- a/deps/PyQt5/PyQt5.SlackBuild
+++ b/deps/PyQt5/PyQt5.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=PyQt5
-VERSION=${VERSION:-5.13.0}
+VERSION=${VERSION:-5.13.2}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -76,9 +76,9 @@ PYTHON3LIB=$( python3 -c 'from distutils.sysconfig import get_python_lib; print(
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${PKGNAM}_gpl-$VERSION
-tar xvf $CWD/${PKGNAM}_gpl-$VERSION.tar.?z* || exit 1
-cd ${PKGNAM}_gpl-$VERSION || exit 1
+rm -rf ${PKGNAM}-$VERSION
+tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
+cd ${PKGNAM}-$VERSION || exit 1
# Remove code that is unneeded if Qt is not bundled and crashes on python2
# https://www.riverbankcomputing.com/pipermail/pyqt/2019-July/041896.html