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/a | |
parent | 47328317b34b179ce388a8211b61554215c37148 (diff) | |
download | current-0ae5853679271c8502a52c25978369ec91918379.tar.gz current-0ae5853679271c8502a52c25978369ec91918379.tar.xz |
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/a')
-rwxr-xr-x | source/a/mcelog/mcelog.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/mcelog/mcelog.SlackBuild b/source/a/mcelog/mcelog.SlackBuild index 5cf7b7f64..542858c96 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 |