summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index 0b45285d..a62208c6 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -68,6 +68,10 @@
# * Update.
# 1.0.0.49-1: 29/aug/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.0.0.50-1: 08/may/2015 by Eric Hameleers <alien@slackware.com>
+# * Update. The libXinerama and libXext were added to the
+# bootstrap runtime to fix AMD graphics driver crashing
+# if these aren't present.
#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -76,7 +80,7 @@
# -----------------------------------------------------------------------------
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.49} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.50} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}