diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-01 18:12:57 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-02 08:59:51 +0200 |
commit | 0ae5853679271c8502a52c25978369ec91918379 (patch) | |
tree | 39c3b5641ee845286226299ee90fb41f3935c41f /source | |
parent | 47328317b34b179ce388a8211b61554215c37148 (diff) | |
download | current-0ae5853679271c8502a52c25978369ec91918379.tar.gz |
Sat May 1 18:12:57 UTC 202120210501181257
a/mcelog-176-x86_64-1.txz: Upgraded.
d/python-pip-21.1.1-x86_64-1.txz: Upgraded.
l/librsvg-2.50.5-x86_64-1.txz: Upgraded.
l/vte-0.64.1-x86_64-1.txz: Upgraded.
x/libglvnd-1.3.3-x86_64-1.txz: Upgraded.
x/wayland-protocols-1.21-noarch-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/mcelog/mcelog.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/vte/vte.SlackBuild | 2 | ||||
-rwxr-xr-x | source/x/libglvnd/libglvnd.SlackBuild | 2 | ||||
-rwxr-xr-x | source/x/wayland-protocols/wayland-protocols.SlackBuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/a/mcelog/mcelog.SlackBuild b/source/a/mcelog/mcelog.SlackBuild index 5cf7b7f6..542858c9 100755 --- a/source/a/mcelog/mcelog.SlackBuild +++ b/source/a/mcelog/mcelog.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mcelog VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/vte/vte.SlackBuild b/source/l/vte/vte.SlackBuild index 9e53414b..40b5aa99 100755 --- a/source/l/vte/vte.SlackBuild +++ b/source/l/vte/vte.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=vte 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) "} diff --git a/source/x/libglvnd/libglvnd.SlackBuild b/source/x/libglvnd/libglvnd.SlackBuild index edb2787c..7c0089ec 100755 --- a/source/x/libglvnd/libglvnd.SlackBuild +++ b/source/x/libglvnd/libglvnd.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libglvnd VERSION=${VERSION:-$(echo libglvnd-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d- | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/x/wayland-protocols/wayland-protocols.SlackBuild b/source/x/wayland-protocols/wayland-protocols.SlackBuild index a0e21c4c..00b862d6 100755 --- a/source/x/wayland-protocols/wayland-protocols.SlackBuild +++ b/source/x/wayland-protocols/wayland-protocols.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=wayland-protocols VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Note: the package is _built_ as 'noarch' # Automatically determine the architecture we're building on: |