diff options
Diffstat (limited to 'python/python2-sip/python2-sip.SlackBuild')
-rw-r--r-- | python/python2-sip/python2-sip.SlackBuild | 4 |
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" |