diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-19 22:01:05 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-20 08:59:33 +0100 |
commit | 30f51193f42e1a02f3ba9a16706bd037b9ffe93c (patch) | |
tree | f9a5d6061438db64c3c1afa47175016e51a55187 /source/l/sip/sip.SlackBuild | |
parent | 9e2e1c45f763349b9e37c5786147a9edf97f9e2d (diff) | |
download | current-30f51193f42e1a02f3ba9a16706bd037b9ffe93c.tar.gz |
Thu Mar 19 22:01:05 UTC 202020200319220105
ap/ghostscript-9.52-x86_64-1.txz: Upgraded.
l/PyQt5-5.13.2-x86_64-1.txz: Added.
l/QScintilla-2.11.4-x86_64-3.txz: Rebuilt.
Added PyQt5 support. Thanks to alienBOB.
l/sip-4.19.21-x86_64-2.txz: Rebuilt.
Recompiled to pick up Qt5 support.
n/gpgme-1.13.1-x86_64-3.txz: Rebuilt.
Added Qt5 bindings. Thanks to alienBOB.
Diffstat (limited to 'source/l/sip/sip.SlackBuild')
-rwxr-xr-x | source/l/sip/sip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/sip/sip.SlackBuild b/source/l/sip/sip.SlackBuild index 9863095a..c722f9ed 100755 --- a/source/l/sip/sip.SlackBuild +++ b/source/l/sip/sip.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sip VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |