diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-06 19:39:46 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-03-07 08:59:53 +0100 |
commit | 7303a8620511d5958287983758217cbc04ea1225 (patch) | |
tree | e89bab45d7baf532d6c83db9f772bac770b00ee3 /source/x/ibus-table/ibus-table.SlackBuild | |
parent | b49afe63130ace73ab284baee8fff8da4f567e88 (diff) | |
download | current-7303a8620511d5958287983758217cbc04ea1225.tar.gz current-7303a8620511d5958287983758217cbc04ea1225.tar.xz |
Sat Mar 6 19:39:46 UTC 202120210306193946
l/python-idna-2.10-x86_64-2.txz: Rebuilt.
Since it doesn't seem that there's any progress yet on making requests
compatible with idna-3, let's drop back to this version for now.
l/python-pillow-8.1.2-x86_64-1.txz: Upgraded.
x/ibus-table-1.12.5-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/x/ibus-table/ibus-table.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/ibus-table/ibus-table.SlackBuild b/source/x/ibus-table/ibus-table.SlackBuild index d2b813197..08ca1dc1d 100755 --- a/source/x/ibus-table/ibus-table.SlackBuild +++ b/source/x/ibus-table/ibus-table.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ibus-table VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |