summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall2018-09-28 21:40:58 +0200
committer Willy Sudiarto Raharjo2018-09-29 02:47:38 +0200
commita55a330f92d6a2a3666bfa0743e7cfb7e3744a21 (patch)
tree5f16299eb5007eaa289b02de0eb7e4702383eb8d
parente5977195ee2e1ad872a4459af6e82c21b0014bb2 (diff)
downloadslackbuilds-a55a330f92d6a2a3666bfa0743e7cfb7e3744a21.tar.gz
python/python2-sip: Rename sip module in accordance with newer PyQt5
-rw-r--r--python/python2-sip/python2-sip.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python2-sip/python2-sip.SlackBuild b/python/python2-sip/python2-sip.SlackBuild
index c8572a2265..a174c6ab8c 100644
--- a/python/python2-sip/python2-sip.SlackBuild
+++ b/python/python2-sip/python2-sip.SlackBuild
@@ -33,7 +33,7 @@
PRGNAM=python2-sip
SRCNAM=sip
VERSION=${VERSION:-4.19.6}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -85,7 +85,7 @@ python configure.py \
-b "/usr/bin" \
-d "$PYTHONLIB" \
-e "/usr/include/python$PYTHONVER" \
- --sip-module="python2_sip" \
+ --sip-module="PyQt5.sip" \
-v "/usr/share/sip-$VERSION" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS"