summaryrefslogtreecommitdiffstats
path: root/deps/sip/sip.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-09 16:00:45 +0200
committer Eric Hameleers <alien@slackware.com>2019-05-09 16:00:45 +0200
commit69943897d83f3e147c57039b087059b01727a0f3 (patch)
treee39ab0574e7585564973e52accdfc292d19fb2a8 /deps/sip/sip.SlackBuild
parent551831d63c57987da4fa7c72b77b7bb810d5082e (diff)
downloadktown-69943897d83f3e147c57039b087059b01727a0f3.tar.gz
ktown-69943897d83f3e147c57039b087059b01727a0f3.tar.xz
Deps: update qt5 and also update/rebuild the 'deps' programs using it
Diffstat (limited to '')
-rwxr-xr-xdeps/sip/sip.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild
index 38e620a..daf29eb 100755
--- a/deps/sip/sip.SlackBuild
+++ b/deps/sip/sip.SlackBuild
@@ -26,8 +26,8 @@
PKGNAM=sip
-VERSION=${VERSION:-4.19.14}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.19.16}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -71,8 +71,8 @@ rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
cd $PKGNAM-$VERSION || exit 1
-# Get PyQt4 to compile:
-cat $CWD/patches/PyQt4_sip_regression.patch | patch -p1 --verbose || exit 1
+## Get PyQt4 to compile:
+#cat $CWD/patches/PyQt4_sip_regression.patch | patch -p1 --verbose || exit 1
chown -R root:root .
find . \