diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-12-22 20:45:03 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-23 08:59:54 +0100 |
commit | 729618f2a60f89159b636b5521a2dea48220bde9 (patch) | |
tree | 675e3ad4edd8999891f63bdc4605cf3bfd412a04 /source/l | |
parent | 4c1d731fca10cd0aa6ccd71a6e3fe5349d5697a0 (diff) | |
download | current-729618f2a60f89159b636b5521a2dea48220bde9.tar.gz |
Tue Dec 22 20:45:03 UTC 202020201222204503
a/elogind-246.9.1-x86_64-1.txz: Upgraded.
ap/htop-3.0.4-x86_64-1.txz: Upgraded.
ap/man-pages-5.10-noarch-1.txz: Upgraded.
l/SDL2-2.0.14-x86_64-1.txz: Upgraded.
l/kdsoap-1.10.0-x86_64-1.txz: Upgraded.
l/opencv-4.5.1-x86_64-1.txz: Upgraded.
n/libgpg-error-1.41-x86_64-1.txz: Upgraded.
t/xfig-3.2.8-x86_64-1.txz: Upgraded.
xap/blueman-2.1.4-x86_64-2.txz: Rebuilt.
Restore the AppIndicator.py plugin.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/SDL2/SDL2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/SDL2/SDL2.SlackBuild b/source/l/SDL2/SDL2.SlackBuild index a07d3596..984c5880 100755 --- a/source/l/SDL2/SDL2.SlackBuild +++ b/source/l/SDL2/SDL2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=SDL2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |