summaryrefslogtreecommitdiffstats
path: root/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild')
-rw-r--r--libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild b/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild
index 4184457861..162f829df0 100644
--- a/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild
+++ b/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild
@@ -24,8 +24,8 @@
PRGNAM=python3-PyQtWebEngine
SRCNAM=${PRGNAM#*-}
-VERSION=${VERSION:-5.13.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-5.15.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -78,7 +78,7 @@ export CXXFLAGS="$SLKCFLAGS"
python3 configure.py \
--verbose \
-q /usr/bin/qmake-qt5 \
- --sip=/usr/bin/python3-sip \
+ --sip=/usr/bin/sip3 \
--sip-incdir=$(pkg-config --cflags-only-I python3 | sed -e 's/^-I//')
make