From 69943897d83f3e147c57039b087059b01727a0f3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 9 May 2019 16:00:45 +0200 Subject: Deps: update qt5 and also update/rebuild the 'deps' programs using it --- deps/sip/sip.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/sip/sip.SlackBuild') 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 . \ -- cgit v1.2.3