summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index a62208c6..3821cd7d 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -71,8 +71,11 @@
# 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.
-#
+# 1.0.0.51-1: 19/nov/2015 by Eric Hameleers <alien@slackware.com>
+# - Add uinput rule for the Steam Controller.
+# - Remove udev rule for the Oculus Rift VR headset.
+# - Add udev rule for HTC Vive VR headset.
+#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
# Install it using 'installpkg'.
@@ -80,7 +83,7 @@
# -----------------------------------------------------------------------------
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.50} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.51} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}