diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-09-28 20:40:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-29 07:47:38 +0700 |
commit | a55a330f92d6a2a3666bfa0743e7cfb7e3744a21 (patch) | |
tree | 5f16299eb5007eaa289b02de0eb7e4702383eb8d /python/python2-sip/python2-sip.SlackBuild | |
parent | e5977195ee2e1ad872a4459af6e82c21b0014bb2 (diff) | |
download | slackbuilds-a55a330f92d6a2a3666bfa0743e7cfb7e3744a21.tar.gz |
python/python2-sip: Rename sip module in accordance with newer PyQt5
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" |