diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-02-20 06:28:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 15:12:38 +0700 |
commit | 356d1b7d9208172823622f5f5eba562fa16822aa (patch) | |
tree | 41fa0d5db62265d7c5741bd911a8fa4a18c4a336 /libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild | |
parent | c6dd18aee67138d7a95c81ae8c3ca070fb46bd06 (diff) |
libraries/python3-PyQtWebEngine: Updated for version 5.15.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild')
-rw-r--r-- | libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild b/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild index 76163c0ad97bb..ae255640389cf 100644 --- a/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild +++ b/libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-PyQtWebEngine SRCNAM=${PRGNAM#*-} -VERSION=${VERSION:-5.15.0} +VERSION=${VERSION:-5.15.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,7 @@ python3 configure.py \ --verbose \ -q /usr/bin/qmake-qt5 \ --sip=/usr/bin/sip3 \ - --sip-incdir=$(pkg-config --cflags-only-I python3 | sed -e 's/^-I//') + --sip-incdir=$(pkg-config --cflags-only-I python3 | sed 's/^-I//') make make -j1 install DESTDIR=$PKG INSTALL_ROOT=$PKG |