aboutsummaryrefslogtreecommitdiff
path: root/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-09-05 09:28:07 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:55:24 -0500
commit9689243cbc162771180ed58927c5f8665420791f (patch)
treebb5e0125c86fc8bedfdbc00085f0a6d43a22b1ff /libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild
parent0c2cd9135c53415cd6f8e304f43a951cf3712875 (diff)
libraries/python3-PyQtWebEngine: Updated for version 5.15.0.
Point at sip3 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 4184457861b4c..162f829df03c1 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